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.
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:
Launch and use:
The script successfully works by providing a valid account password.
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.
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:
Installing Instashell on Kali Linux (English version):Code:
apt-get update
apt-get install tor
Special, Russified version!
chmod +x instashell.sh
Launch and use:
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)Code:
./instashell.sh
service tor start
The script successfully works by providing a valid account password.