diff --git a/README.md b/README.md index a0b10b9..ffcf329 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,20 @@ # Facebook-BruteForce +``` bruteforce attack on facebook account script in python - +``` ## Install Requirements(Linux) -* apt-get install git python3 python3-pip python python-pip +``` +>> apt-get install git python3 python3-pip python python-pip +``` ## Run commands one by one -* git clone https://github.com/IAmBlackHacker/Facebook-BruteForce -* cd Facebook-BruteForce -* pip3 install requests bs4 -* pip install mechanize -* python3 fb.py or python fb2.py +``` +>> git clone https://github.com/IAmBlackHacker/Facebook-BruteForce +>> cd Facebook-BruteForce +>> pip3 install requests bs4 +>> pip install mechanize +>> python3 fb.py or python fb2.py +``` ## Screenshots ![CAPTURE 1](https://github.com/IAmBlackHacker/Facebook-BruteForce/blob/master/Screenshots/Capture1.JPG) @@ -17,8 +22,8 @@ bruteforce attack on facebook account script in python ![CAPTURE 1](https://github.com/IAmBlackHacker/Facebook-BruteForce/blob/master/Screenshots/Capture3.JPG) ## Protection Against Attacker -* Use Strong Password(Contain all chars + longest as possible) -* Use two way authentication. +* Use Strong Password(which contains standard password chars + longest as possible) +* Use 2F Authentication. * Make location based login(+browser based). ## Explore More in Hacking ...