Instahack is a high-performance Instagram brute-force tool crafted in Bash and Python, capable of testing millions of passwords efficiently. It uses Tor routing, Instagram Android app signatures, and customizable attack logic for stealthy, anonymous operations.
β οΈ Only for ethical testing, penetration testing, and educational purposes.
- π Fast brute-force via multi-threading & optimized HTTP requests
- π§ Auto-resume attacks from previous progress
- π΅οΈ OSINT gathering capabilities
- π Tor integration to change identity and bypass rate limits
- π Auto-update support
- π§° Custom password lists & manual attack options
- π₯ Supports Instagram & Twitter bruteforce
- Android via Termux
- Kali Linux
Feature | Regular Tools | Instahack Pro |
---|---|---|
Tor IP Rotation | β | β Auto |
Attack Resume | β | β Persistent |
Android Support | Limited | β Termux |
Password Test Capacity | 5k | 6M+ |
API Anonymity | Basic | Military Grade |
sudo easy_install3 -U pip
sudo pip3 install requests --upgrade
sudo pip3 install requests[socks]
sudo pip3 install stem
wget https://raw.githubusercontent.com/evildevill/instahack/master/setup.sh && bash setup.sh
- Ensure you're connected to the internet and Tor is running.
- Run Instahack and choose from the following options:
- Information Gathering - Collect OSINT on targets.
- Auto Attack - Start brute-force with default password list.
- Manual Attack - Use your custom wordlist.
- Update - Update Instahack to the latest version.
- Exit - Exit the tool gracefully.
This project is created solely for cybersecurity awareness, penetration testing training, and educational use. Any misuse of this tool is strictly prohibited. The developer is not responsible for any consequences arising from the use or misuse of this project.