Check Password by using Instainsane
Trying to test the security of your Instagram account ? A dictionary attack is one of the easiest way to do it. Instainsane is a Shell Script that performs a multi-threaded brute force attack against Instagram, this script can bypass login limiting and it can test infinite number of passwords with a rate of about 1000 passwords/min with 100 attempts at once. This script features:
Multi-thread (100 attempts at once)
Hability to Save/Resume sessions
Anonymous attack through TOR
Check valid usernames
Default password list (best +39k 8 letters)
Check and Install all dependencies
Step 1) Download Instainsane
Download the Instainsane repository so we will have to clone its repository from github.

Now, we need to install it. Go to the directory where you cloned the github repository and run the "install.sh" bash script.
kali > cd <path to directory> kali > chmod +x install.sh kali > ./install.sh

Notes:The Instainsane script requires basically Tor as a dependency,
Installation Steps for Tor
a)sudo apt-get install tor
b)Tor
Steps 2: Crack the Instagram Password strength
Type the below mentioned commands
kali > chmod +x instainsane.sh kali > ./instainsane.sh

Happy coding
#Dr.Tech