Skip to content

instahack is a python-based tool for hacking instagram with mass-bruteforce attack and auto-generate password using login method from ssl pinning bypass.

License

Notifications You must be signed in to change notification settings

termuxhackers-id/INSTAHACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    _____           _                         _
    \_   \_ __  ___| |_ __ _  /\  /\__ _  ___| | __
     / /\/ `_ \/ __| __/ _` |/ /_/ / _` |/ __| |/ /
  /\/ /_ | | | \__ \ || (_| / __  / (_| | (__|   <  @v2.0.10
  \____/ |_| |_|___/\__\__,_\/ /_/ \__,_|\___|_|\_\

  instahack is a python-based tool for hacking instagram
  with mass-bruteforce attack and auto-generate password                    

  instahack > ?                                        

Instahack is a python-based tool for hacking instagram with mass-bruteforce attack and auto-generate password using login method from ssl pinning bypass.

Watch the video

this tool is available for termux android.

installation

auto installation for termux android

bash -c "$(curl -k -L --max-redirs 15 https://raw.githubusercontent.com/termuxhackers-id/INSTAHACK/main/install.sh)"

manual installation for termux android

pkg update -y
pkg upgrade -y
pkg install tur-repo -y
pkg install git nano binutils build-essential python3.10 -y
echo 'alias python3="python3.10"' >> $PREFIX/etc/bash.bashrc
echo 'alias pip="python3.10 -m pip"' >> $PREFIX/etc/bash.bashrc
source $PREFIX/etc/bash.bashrc
git clone https://github.com/termuxhackers-id/instahack
cd instahack
python3.10 -m pip install --upgrade pip
python3.10 -m pip install wheel
python3.10 -m pip install -r requirements.txt
find data/ -name '*.md' -delete

running instahack

python3.10 ihack.py

requires

  • license key (paid)
  • instagram cookies (cookiedough)

what's new ?

latest update instahack @v2.0.10

  • update proxy scraper
  • update headers for login methods
  • update instagram version and code

contributes