can someone help me with this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
28th May 2020, 6:47 AM
James Edward MacDonald
James Edward MacDonald - avatar
1 Answer
+ 1
Look at the source code, it just tries to log in with a given password (and needs a full browser to do so). You can do better in a single line of bash code: cat passwords.txt | xargs curl facebook.com?login.php -blabla Don't waste your time, it doesn't work. Facebook will just stop you from trying within a few wrongly entered passwords anyway.
28th May 2020, 6:58 AM
Schindlabua
Schindlabua - avatar