Friday, April 5, 2019

Dictionary attack against Instagram account with InstaInsane

InstaInsane is a Shell Script tool that has the ability to perform a multi-threaded brute force attack against Instagram account. This script can bypass login limitation and it can test an infinite number of passwords with a rate of about 1000 password per minute with 100 attempts at once. Instainsane can be also be used through the Tor network, which mean the attack can be completely anonymous. 

See blow for the steps on how to install and use InstaInsane.

1. Turn on your Kali machine, open a terminal and execute the following command.

git clone https://github.com/thelinuxchoice/instainsane


2. Now execute the following command consecutively

cd instainsane
chmod +x instainsane.sh
sudo ./instainsane.sh


3. Now we need to install Tor and OpenSSL. Follow the command below to install Tor and OpenSSL.

chmod +x install.sh
sudo ./install.sh


4. Now execute this command to run InstaInsane

bash instainsane.sh


5. Enter the username and specify the directory to your wordlist like I have below and press Enter to start the brute force attack.


1 comments: