A Bruteforce Attack Script for Educational & Ethical Hacking Purposes Only
🚨 This tool is for educational and ethical testing purposes ONLY.
The misuse of this script can lead to serious legal consequences.
We do not promote or encourage illegal activity. Use responsibly.
👤 Name: Muhammad Sabir Ali
🧠 Handle: INNO_CYBER
📁 Project: Instagram BruteForce Attack Tool
- Fast brute-force engine
- Tor anonymity support
- Simple command-line interface
- Works on Linux distributions
Make sure the following Python packages and tools are installed before usage:
| Package | Installation Command |
|---|---|
mechanize |
pip install mechanize |
requests |
pip install requests |
tor |
sudo apt-get install tor |
You can install all Python dependencies with:
pip install -r requirements.txtRun the script using the following syntax:
python instagram.py username103 pass.lstWhere:
username103is the target Instagram usernamepass.lstis the path to your password list (dictionary file)
You can improve the look of this README using GitHub Flavored Markdown:
- Use
align="center"for headers. - Use emojis for highlights.
- Use colored badges or shields from Shields.io for Requirements, Status, etc.
- ✅ Tor must be running in the background for anonymized attacks.
- 🔒 Make sure to use VPN and test within legal scope.
- 📡 This script is strictly for penetration testers and cybersecurity students.
For issues or contributions, feel free to open a pull request or raise an issue.
Tool Maded with 💻 by Muhammad Sabir Ali (INNO_CYBER)
Educational use only — Stay ethical, stay safe!