Home
Softono
EthicalHackingTools

EthicalHackingTools

Open source Python
12
Stars
1
Forks
0
Issues
3
Watchers
1 month
Last Commit

About EthicalHackingTools

๐Ÿ›ก๏ธ HackerAI Framework (Project Sirra): A professional, modular security testing environment with automated orchestration, security sandboxing, and vulnerability assessment capabilities.

Platforms

Web Self-hosted iOS Android

Languages

Python

๐Ÿ›ก๏ธ HackerAI Framework (Project Sirra)

License: MIT Python Version [Security Status]()

HackerAI Framework (codenamed Sirra) is a lightweight, modular security testing environment designed for ethical hackers and security researchers. It is optimized for cross-platform use, including mobile environments like iOS and Android.


๐Ÿš€ Key Features

  • Universal Orchestrator: Centralized module management for easy expansion.
  • Security Scanner: Built-in code analysis to identify potentially dangerous modules.
  • Advanced Web Scanner: High-performance scanning with asynchronous support.
  • Multi-Format Reporting: Export results in HTML, JSON, CSV, and Markdown.
  • Cross-Platform: Works seamlessly on Windows, Linux, Android (Termux), and iOS (a-Shell).

๐Ÿ› ๏ธ Installation Guide

๐Ÿ“ฑ Mobile (Android/iOS)

  1. Android (Termux): pkg install python git
  2. iOS (a-Shell): Install from App Store.
  3. Clone & Run:
    git clone https://github.com/Quincunx33/EthicalHackingTools.git
    cd EthicalHackingTools
    pip install -r requirements.txt
    python main.py

๐Ÿ’ป Desktop (Linux/Windows)

  1. Clone the repository:
    git clone https://github.com/Quincunx33/EthicalHackingTools.git
    cd EthicalHackingTools
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the tool:
    python main.py

๐Ÿ“ฆ Core Dependencies

The framework is kept minimal to ensure compatibility:

  • requests: For synchronous HTTP operations.
  • aiohttp: For high-speed asynchronous scanning.
  • colorama: For cross-platform terminal coloring.
  • dnspython: For advanced DNS resolution (optional).

๐Ÿ“œ Disclaimer

WARNING: This tool is for Ethical Hacking and Educational Purposes only. Unauthorized use against targets without prior consent is illegal.


Maintained by: Quincunx33