Skip to content

dv8081/facebook-bruteforce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

facebook-bruteforce

If you want to use another password file or socks5.txt(proxy file) , just go to your directory in which you git cloned this repo and paste there your choosen password file but name of file should be password.txt and if you also want to change proxy file same thing you have to do but this time file name should be socks5.txt. I means password file name (password.txt) and proxy file name (socks5.txt).

Disclaimer:-You will be responsible for your all activities......and best of luck

note:-Use python3 during execution of facebook.py

For Linux user:-

Copy paste all below commands(_) Steps:-


         >> sudo apt update
         
         >> sudo apt install python3
         
         >> sudo apt install git
         
         >> pip install requests
         
         >> pip install beautifulsoup4
         
         >> git clone https://github.com/war101hack/facebook-bruteforce.git
         
         >> cd facebook-bruteforce
         
         >> chmod +x facebook.py
         
         >> python3 facebook.py 

For Termux users:-

Copy paste all below commands(_)

Steps:-


        >> apt-get update
        
        >> apt-get upgrade
        
        >> apt install python3
        
        >> apt install git
        
        >> pip install requests
        
        >> pip install beautifulsoup4
        
        >> git clone https://github.com/war101hack/facebook-bruteforce.git
        
        >> cd facebook-bruteforce
        
        >> chmod +x facebook.py
        
        >> python3 facebook.py

Our script uses proxy which will hide your identity.

To create a password file for bruteforce , I recommend you to use cupp tool from github .And next is yours choice , there are many opensource available tools on internet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%