NEW CARDING CHAT IN TELEGRAM

Instashell

CreedX

Unknown
Messages
233
Reputation
4
Reaction score
228
Points
43
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.

1619463460400.png

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
1619463578300.png


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
1619463926900.png

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:

bbea553609fcb00b1d58e.png

The script is successfully processed by providing a valid password for the account.

PS: For educational purpose only
 
Top