How to Hack Instagram using Termux


How to Hack Instagram using Termux 

This tutorial for education purpose only so I'm not responsible for any thing. Spying into someone`s mobile without his/her permission is illegal. Please proceed in own risk.

1.    Firstly Load your android device.

2.    Next click on  play store app and search for “Termux android application” & install it.

3.    After installing the termux type “pkg upgrade”.

4.    Open Termux app and type: “pkg install git”.
5.    To update available packages type: “pkg update”.

6.    Let's install python by typing ” pkg install python

7.    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/rownblog/instahack

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

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

10.                   Type: “ls” to list of available files.

11.                   Ok we are very closer there. Next let's install an editor so we can edit the password file. To install nano, type: “pkg install nano” .
 
12.                   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 whats 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 own 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.

13.                   Fine so let's edit our password list. In instahack directory, type: “ls”.

14.                   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.

15.                   To edit the pass.txt, we will be using the nano editor that we just installed. Type: “nano pass.txt”.

16.                   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 “python3 install cupp.py” to custom build password lists.

17.                   16)When you are done, press alt x, yes, enter. For those using android mobile then " alt" button is replaced on ur phone as the volume down button. Press on to the volume down button and press x at the same time.

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

19.                   We are ready!! Let's run the script, type: “python hackinsta.py”.

20.                   You will first be asked for your target username-.

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

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

23.                   As you can see upon entering, instahack starts running the pass.txt opposite to the target username. If the password is incorrect it will show incorrect, otherwise as shown below, it will show the correct login credentials.


c

  •  how to use termux and some secret trick
  • secret command used