๐ก๏ธ HackerAI Framework (Project Sirra)
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)
- Android (Termux):
pkg install python git - iOS (a-Shell): Install from App Store.
- Clone & Run:
git clone https://github.com/Quincunx33/EthicalHackingTools.git cd EthicalHackingTools pip install -r requirements.txt python main.py
๐ป Desktop (Linux/Windows)
- Clone the repository:
git clone https://github.com/Quincunx33/EthicalHackingTools.git cd EthicalHackingTools - Install dependencies:
pip install -r requirements.txt - 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