There are a few votes that I should post what you requested. As I get generally 4-5 requests in a day on how to hack Instagram. If I take the name Kali Linux then many of you said I don't have Kali Linux then I said use VMware in your windows then you said you don't have a PC then my last option is to use trimix in android which is a type of Kali Linux terminal. 
 ðŸ’¢ I only tested this with a short word list containing at least 500 usernames and passwords with one original username && password 
💢 1) Load up your android device. 2) Next click on your play store app and search for “Termux” & install it. 3) Open the Termux app and type: “pkg install git”. 

 4) To update available packages type: “pkg update”. 

 5) Let's install python by typing ” pkg install python” 

 6) We will need to download the tool we will be using for this brute force exercise. To download, on your terminal…type: git clone https://github.com/Ashish882/Instahack 

 7) Once the download is complete, type: “ls” to list the available folders/files in the current directory 

 8) As you can see you have a folder called “instahack”, now make your way into that folder by typing “cd instahack”. 

 9) Type: “ls” to list the available files. 

 10) Ok we are nearly there. 
Next, let's install an editor so we can edit the password file. To install nano, type: “pkg install nano”.

 11) Ok let's stop for a second. Now allow me to explain a few things for the beginners. As the article said, this is a brute-force method. So what's a brute-force method? A brute force method is when the target credentials are run against a list of possible passwords. The only thing about bruteforcing is that you are responsible for the strength of your password list. Meaning the probability of cracking the password depends on the strength of the wordlist and the number of possible words we put in. This will take time to build or you can use cupp.py to custom make a wordlist. 

 12) Fine so let us edit our password list. In instahack directory, type: ls. 

 13) As you can see there is a file named pass.txt. This is the file that you will need to place all the possible passwords in. 

 14) To edit the pass.txt, we will use the nano editor we just installed. Type: “nano pass.txt”. 15) Below you will see a small list of passwords that comes with it by default, you can now add as many words as possible for it to run against the target. You could use cupp.py to custom build password lists. 

 16)When you are done, press alt x, yes, enter. For those using Samsung s8+ like myself, the alt button is replaced on ur phone as the volume down button.
Press the volume down button and press x at the same time. 

 17) And now for the final installation, type: “pip install requests”.

18) We are ready!! Let us run the script, type: “python hackinsta.py”.
 
 19) You will first be asked for your target username. 

 20) Next you will be given an option to use a proxy or not. I won't be using any for this tutorial 

 21) And lastly u can set the intervals between tries. I have set mine to 6. 

 22) Once you have it all keyed in, press enter. 

 23) As you can see upon entering, instahack starts running the pass.txt against the target username. If the password is incorrect it will show incorrect, otherwise as shown below, it will show the correct login credentials. 
 Note:--The above GitHub code is not mine but if you want to contribute to the above code you can. #TheTechMediaAfrica Share & Support us..❤️

 ━━━━━━━━━━━━━━━━━━ ➽❌ @TechMediaAfrica ❌➽