Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IAmBlackHacker/Facebook-BruteForce
Bruteforce attack on Facebook account using python script
https://github.com/IAmBlackHacker/Facebook-BruteForce
attacker brute-force-attacks facebook-account facebook-bruteforce python
Last synced: 17 days ago
JSON representation
Bruteforce attack on Facebook account using python script
- Host: GitHub
- URL: https://github.com/IAmBlackHacker/Facebook-BruteForce
- Owner: IAmBlackHacker
- Created: 2017-07-09T06:29:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T12:39:22.000Z (7 months ago)
- Last Synced: 2024-11-20T20:25:23.417Z (22 days ago)
- Topics: attacker, brute-force-attacks, facebook-account, facebook-bruteforce, python
- Language: Python
- Homepage: https://facebook.com
- Size: 12.1 MB
- Stars: 1,801
- Watchers: 241
- Forks: 600
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - IAmBlackHacker/Facebook-BruteForce - Bruteforce attack on Facebook account using python script (Python)
README
# Facebook-BruteForce
```
Bruteforce attack, For educational purpose only
```
## Find here a video on YouTube
https://youtu.be/qIfGxDmRQIU## Install Requirements (on Linux)
```
>> 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
>> python3 -m pip install requests bs4
>> python3 -m pip install mechanize
>> python3 fb.py or python fb2.py
```## Screenshots
![CAPTURE 1](https://github.com/IAmBlackHacker/Facebook-BruteForce/blob/master/Screenshots/Capture1.JPG)
![CAPTURE 1](https://github.com/IAmBlackHacker/Facebook-BruteForce/blob/master/Screenshots/Capture2.JPG)
![CAPTURE 1](https://github.com/IAmBlackHacker/Facebook-BruteForce/blob/master/Screenshots/Capture3.JPG)## Protection Against Attacker
* Use Strong Password(which contains standard password chars + longest as possible)
* Use 2F Authentication.
* Make location based login(+browser based).## Explore More in Hacking ...
https://www.facebook.com/B14CKH4K3R/~~~
Happy Hacking Day !
~~~