Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/sabir555s/insta_cyber
Password CrackingPassword AttacksWeb Application ExploitationWeb SecurityPenetration TestingAuthentication
GitHubsabir555s/insta_cyber

INSTA_CYBER

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.

View Repository
154181 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

Instagram-Hacker

This is a script for Instagram bruteforce attacks. WARNING THIS IS A REAL TOOL!

🌐 Instagram-Hacker 🔐

A Bruteforce Attack Script for Educational & Ethical Hacking Purposes Only


⚠️ DISCLAIMER

🚨 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.


👨‍💻 Author

👤 Name: Muhammad Sabir Ali
🧠 Handle: INNO_CYBER
📁 Project: Instagram BruteForce Attack Tool


🚀 Features

  • Fast brute-force engine
  • Tor anonymity support
  • Simple command-line interface
  • Works on Linux distributions

🛠️ Requirements

Make sure the following Python packages and tools are installed before usage:

PackageInstallation Command
mechanizepip install mechanize
requestspip install requests
torsudo apt-get install tor

You can install all Python dependencies with:

root@kitploit:~
pip install -r requirements.txt

🧪 Usage

Run the script using the following syntax:

root@kitploit:~
python instagram.py username103 pass.lst

Where:

  • username103 is the target Instagram username
  • pass.lst is the path to your password list (dictionary file)

🎨 Visual Suggestions (for GitHub)

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.

📌 Notes

  • ✅ 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.

💬 Contact

For issues or contributions, feel free to open a pull request or raise an issue.

Tool Maded with 💻 by Muhammad Sabir Ali (INNO_CYBER)


🧠 Reminder

Educational use only — Stay ethical, stay safe!

root@kitploit:~
Download Tool