Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Last active December 31, 2019 21:39
Show Gist options
  • Save austinsonger/337cf2b3b2ec3b91691023d651dfef5d to your computer and use it in GitHub Desktop.
Save austinsonger/337cf2b3b2ec3b91691023d651dfef5d to your computer and use it in GitHub Desktop.
Install Instagram Bruteforce Tool
## Install pip3
#curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
#python get-pip.py
apt install python3-pip -y
## Install Instagram Buster
git clone https://github.com/austinsonger/Instagram.git
cd /root/Instagram
pip3 install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment