• Stars
    star
    251
  • Rank 156,527 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 1 year ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

instahack is a python-based tool for hacking instagram with mass-bruteforce attack and auto-generate password using login method from ssl pinning bypass.
  _____           _                         _
  \_   \_ __  ___| |_ __ _  /\  /\__ _  ___| | __
   / /\/ `_ \/ __| __/ _` |/ /_/ / _` |/ __| |/ /
/\/ /_ | | | \__ \ || (_| / __  / (_| | (__|   <
\____/ |_| |_|___/\__\__,_\/ /_/ \__,_|\___|_|\_\ v2.0.3

[ info ] advance tool to hacking an instagram accounts
[ info ] any losses are not the authors responsibility
[ info ] https://github.com/termuxhackers-id/instahack/

[ info ] type ? or help to show available commands

❯

Instahack is a CLI-based tool with the main function of guessing password vulnerabilities on Instagram accounts, with the bruteforce attack technique via Instagram Private Api. Instahack can carry out bruteforce attacks like a user logging in to an Android application.

This tool is only available for Termux Android users and Python 3.11

installation

Quick installation for Termux Android

pkg update -y && pkg upgrade -y && pkg install git nano wget python python-pip binutils -y && pip install wheel bs4 rich pytz pynacl requests licensing phonenumbers pycryptodomex && git clone https://github.com/termuxhackers-id/instahack && cd instahack && git pull && python3 ihack.py

authentication

Require instagram cookies, get your cookies with cookiedough (chrome extensions)

features

  1. get username information
  2. bot automation instagram
  3. mass brute force attacks

what's new ?

Latest update instahack v2.0.3

  • add free user (limited)
  • add mac osx useragent for ajax methods
  • add new login method
  • and etc

video demo

v2.0.2 - Login with instagram cookies

demo1

v2.0.2 - Dump followers and start bruteforce attacks

demo2

NOTE: press CTRL + C to stop the dump process

contributes

license

MIT License

Copyright (c) 2023 Termux Hackers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.