Hello all,
This article will show the work of a tool that will help you gain access to Instagram accounts by brute-force 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 password brute-force 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.
Installing Instashell in Kali Linux 2018.1 (or any other Linux):
* git installation may be required:
Launch and use:
the script requires tor and curl installed, if they are not there, set:
To start the search, you must specify the name of the account on the service and the dictionary, Instashell dictionary is used by default, it can be supplemented or replaced:
The script is successfully processed by providing a valid password for the account.
PS: For educational purpose only
This article will show the work of a tool that will help you gain access to Instagram accounts by brute-force 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 password brute-force 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.
Installing Instashell in Kali Linux 2018.1 (or any other Linux):
* git installation may be required:
Bash:
sudo apt install git
git clone https://github.com/thelinuxchoice/instashell
cd instashell
chmod +x instashell.sh
Launch and use:
the script requires tor and curl installed, if they are not there, set:
Bash:
sudo apt install tor
sudo apt install curl
./instashell.sh
service tor start
To start the search, you must specify the name of the account on the service and the dictionary, Instashell dictionary is used by default, it can be supplemented or replaced:

The script is successfully processed by providing a valid password for the account.
PS: For educational purpose only