Breaking Instagram

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
In this article, I will show the work of a tool that will help get access to Instagram accounts by sorting passwords, its feature is to bypass the restriction on entering incorrect passwords.

Instashell is a script for performing brute-force attacks on the Instagram service, the script can bypass the brute force password restrictions, so it can test an infinite number of passwords.

121802bd3e25b0695dfc5.png



The script uses Android ApkSignature to perform authentication, additionally TOR is used to change the IP address after blocking, to continue the attack.

Install the Tor components:

Code:
apt-get update
apt-get install tor
Installing Instashell on Kali Linux (English version):

Code:
git clone https://github.com/thelinuxchoice/instashell
cd instashell
chmod +x instashell.sh
Special, Russified version!

chmod +x instashell.sh
Launch and use:

Code:
./instashell.sh
service tor start
To run the search, you must specify the account name on the service and the dictionary, the default is the Instashell dictionary, you can add or replace it (as we have in the screenshot)

The script successfully works by providing a valid account password.
 
Top Bottom