
INSTA_CYBER is a Python-powered ethical hacking tool designed for educational and research purposes. Built by Muhammad Sabir Ali (INNO_CYBER), this script simulates brute-force login attempts using a password dictionary and can run anonymously via the Tor network.
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
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.txt
Run the script using the following syntax:
python instagram.py username103 pass.lst
Where:
username103 is the target Instagram usernamepass.lst is the path to your password list (dictionary file)You can improve the look of this README using GitHub Flavored Markdown:
align="center" for headers.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!