Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.19 KB

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