Skip to content

joao406/Instagram-Bruteforcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Instagram-Bruteforcer

Instagram bruteforce coded in Python

for educational use and learning


Installing on Arch

pacman -S python3 python-pip git --noconfirm
git clone https://github.com/joao406/Instagram-Bruteforce
cd InstaBrute
python3 bruteforce.py -u USERNAME -w WORDLIST

Installing on Debian/Ubuntu

apt install python3 python3-pip git
git clone https://github.com/joao406/Instagram-Bruteforce
cd InstaBrute
python3 bruteforce.py -u USERNAME -w WORDLIST

Installing on Arch WITH TOR

pacman -S python3 python3-pip git proxychains-ng tor
git clone https://github.com/joao406/Instagram-Bruteforce
cd InstaBrute
sudo systemctl restart tor
proxychains -q python3 bruteforce.py -u USERNAME -w WORDLIST

Installing on Debian/Ubuntu WITH TOR

apt install python3 python3-pip git proxychains-ng tor -y
git clone https://github.com/joao406/Instagram-Bruteforce
cd InstaBrute
sudo systemctl restart tor
proxychains -q python3 bruteforce.py -u USERNAME -w WORDLIST