Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmBlackHacker authored Jun 11, 2020
1 parent cfdcf38 commit 87661a3
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# 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)
![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(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 ...
Expand Down

1 comment on commit 87661a3

@24-ui
Copy link

@24-ui 24-ui commented on 87661a3 Sep 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.