Monday, November 16, 2015

Bruteforce facebook using python and dictionary


(This is not a facebook hack tool , in fact, a facebook hack tool doesnot even exist , please read carefully that it is just  a script in python to bruteforce facebook for educational purposes only)


Here is a way to bruteforce facebook password of any account . The tool is coded in python . You need to have Python 2.7.3 and mechanize (a python library) installed on your PC.


1)- To download Python in windows goto http://python.org/download/  (download 2.7.x version)
Linux machine come with python as preinstalled developer's tools.

2)- To install mechanize goto http://wwwsearch.sourceforge.net/mechanize/download.html

just download zip if you are in windows and tar.gz, if you are running Linux machine.

3)-Now for windows, copy all files from C:/Python27 to C:/Windows/System32

Go to step 5 for linux

4)-Now goto directory of download mechanize in cmd . (the location where you extracted mechanize)


5)- Now run  python setup.py install cmd

like



Now YOU are ready to execute the program

Download the .py file from following link after skipping add




now just open the bruteforcer with idle . To open IDLE , just click 'windows' button and searh for 'idle'

Press Ctrl + N to open new window . To run the Program , Simply press F5.

You should obtain following output :











Happy cracking !!!

Warning : This Information is for educational purposes only!!! xD



No comments:

Post a Comment