All-in-One Cybersecurity & AI Offensive Toolkit
By the AUX-441 Team | Red Team, Blue Team, AI Security, and More
Modular Β· Cross-Platform Β· Community-Driven Β· Inspired by Industry Leaders
SecuSploitX is a next-generation, open-source, modular, and extensible penetration testing and cyber defense suite.
Inspired by the worldβs top tools (Metasploit, Nmap, Burp Suite), SecuSploitX takes security automation to the next level with:
- Web & Network Security Modules
- Phishing & Social Engineering Simulators
- AI-based Automation, Chatbots, and Content Generators
- GUI & CLI Modes for Every User
- Cross-platform Support: Windows, Linux, macOS, Android (via Termux)
- Dockerized Deployments for Hassle-Free Usage
- Extensive Documentation & Community Support
Legal Disclaimer:
This tool is for educational, research, and authorized professional use only.
Unauthorized use is illegal and strictly forbidden.
SecuSploitX is built by a talented, multidisciplinary team:
-
Joel
Lead UI Designer & Visual Planner
Designs and implements all graphical elements, user flows, and ensures SecuSploitX's GUI is both intuitive and visually compelling Ψ Cybersecurity analyst, Blue Team , Security Operations Analyst . -
Tara
Lead Developer & Technical Assistant
Backend logic, module integration, and technical troubleshooting. Bridges AI, network code, and usability for smooth operation. -
Fatheme
AI & Core Developer, Project Lead
Creator of SecuSploitX's AI modules and architect of offensive/defensive logic for penetration testing and automation. Manages releases and documentation. -
aux / AUX-441
Main Programmer, Security Researcher, Project Lead
Advanced cybersecurity modules, exploits, real-world attack/defense code, new feature development, and public project presentation.
We appreciate all testers, issue reporters, and those who help build a safer world.
Want to join? See Contributing Guidelines
-
π‘οΈ SQL Injection Scanner
Automated SQLi detection with advanced payload fuzzing and error fingerprinting. -
ποΈ Subdirectory Finder
Uncovers hidden directories/admin paths using powerful wordlists. -
π Deep Site Scanner
Comprehensive crawling & vulnerability analysis for web assets. -
πͺ Brute Force Simulator
Intelligent, adaptive username/password brute force with real-time feedback. -
π Admin/Login Finder
Locates concealed admin/login panels with next-gen heuristics. -
π§Ύ Header Analyzer
Detects HTTP header misconfigurations & missing security headers. -
π SSL/TLS Checker
Validates certificates, expiry, chain, and supported ciphers. -
π§± Firewall Detector
Identifies WAFs, firewalls, and advanced defensive mechanisms. -
π Phishing AI
AI-powered phishing email/page/content generator & training simulator.
-
π Port Scanner
Lightning-fast, multi-threaded scan (top 100/1000/custom ports). -
π DNS Enumeration
Discover all DNS records: A, AAAA, MX, NS, TXT, CNAME, SOA, PTR, SRV. -
π·οΈ Subdomain Finder
Massive concurrent subdomain enumeration with customizable wordlists.
-
π΅οΈββοΈ InfoStealer Builder (GUI only)
Customizable info-stealer generator for research and defense simulation. -
π₯οΈ RDP Sec (RAT) (GUI only)
RAT simulator for blue team defense and training labs. -
π£ RansomApp (GUI only)
In-depth ransomware simulation lab for testing and research. -
π SystemTroll (GUI only)
System crash/test simulator for resilience and defense scenarios.
-
π€ SecuSploitX Chatbot
ML/AI-powered assistant for security Q&A and module guidance. -
π§ PhishCreator AI
Generates realistic phishing scenarios/content with machine learning.
-
πΉοΈ Steam Phishing Generator
Create advanced, customizable phishing pages targeting Steam authentication flows for awareness and simulation. -
πΈ Instagram Phishing Generator
Simulate Instagram login attacks for training, with realistic UI and anti-detection features. -
π· Camera Capture Phishing
Deploy phishing pages that request or simulate camera access to demonstrate real-world attack scenarios (safety/consent features included). -
π Location Capture Phishing
Simulate phishing pages or payloads designed to request geolocation data from targets, for demonstrating the risks of location leaks.
β οΈ For educational, research, and authorized testing only. All modules include warnings and ethical disclaimers.
- π Logging & Reporting
Detailed, exportable logs, reports, and output files for every module.
π‘ Fully modular:
Add or customize modules and scripts with ease.
See Wiki/Modules for a full list!
SecuSploitX supports all major operating systems and runs on Python 3.13+.
Choose your preferred deployment method:
git clone https://github.com/AUX-441/SecuSploitX.git
cd SecuSploitX
python3 -m venv venv
source venv/bin/activate # For Linux / macOS
pip install --upgrade pip
pip install -r requirements.txt
python main.py
python GUI/Application.py
Tip: For macOS, you may need
python3
instead ofpython
.
SecuSploitX works fully in Termux!
pkg update && pkg upgrade
pkg install python git
git clone https://github.com/AUX-441/SecuSploitX.git
cd SecuSploitX
pip install --upgrade pip
pip install -r requirements.txt
python main.py
GUI mode is not supported in Termux due to X11 limitations.
1. Install Python 3.13+
git clone https://github.com/AUX-441/SecuSploitX.git
cd SecuSploitX
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python main.py
# or
python GUI\Application.py
- Zero system dependency hassle
- Reproducible environment for teams and CI/CD pipelines
- Full isolation and easy removal
1. Install Docker for your OS
cd SecuSploitX
docker build -t secusploitx .
docker run -it --rm secusploitx
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix secusploitx python GUI/Application.py
For Docker GUI usage on Windows/Mac: See Wiki for X11/GUI details
FROM python:3.13.3-slim
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1
RUN apt-get update && apt-get install -y \
build-essential \
libgl1 \
libglib2.0-0 \
portaudio19-dev \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY requirements.txt .
COPY . .
RUN pip install --upgrade pip \
&& pip install -r requirements.txt
EXPOSE 5000
CMD ["python", "main.py"]
SecuSploitX is designed to be intuitive for both beginners and pros.
- Interactive Menu: All modules accessible, step-by-step configuration prompts
- Output: Results printed and saved in
/output
folder
- Modern, User-Friendly Interface
- Visual Reports: Easy interpretation, export as HTML/PDF
- Advanced Modules: (InfoStealer, RAT, RansomApp, SystemTroll) GUI only
python main.py
# Select: Web Security Test (SQLi)
# Enter target URL (e.g. https://target.com/login)
python main.py
# Select: Port Scanner
# Enter target host (e.g. example.com)
# Choose scan type (top 1000, all, or custom)
- Run:
python GUI/Application.py
- Click "Deep Site Scanner"
- Enter target, configure, and export report
See Wiki/Modules for detailed usage of every module.
- Please report vulnerabilities and sensitive security issues privately.
- Security issues, bug reports, and all confidential communications should be sent directly to:
π§ [email protected] - See SECURITY.md for full disclosure and reporting information.
- Absolutely no illegal use is permitted.
- Fork the repository and create your feature/fix branch.
- Follow CONTRIBUTING.md for code style and PR requirements.
- Submit detailed PRs with documentation.
- Join the community for support, feedback, and collaboration!
SecuSploitX is the result of passion, expertise, and open-source spirit.
Special thanks to:
- Joel β UI/UX Design, Branding
- Tara β Core Coding, Integration, Documentation
- AUX β AI, Security, Project Management
- Fatheme β Programming, Research
- mynameismama6zaa β Community Support
- Jcyber-protect β Development, QA
- FAtheme β Module Testing
- AUX-441 β Project Lead
And all contributors at GitHub Contributors
penetration-testing
offensive-security
ethical-hacking
cybersecurity
ai-security
web-security
network-security
redteam
blueteam
python
security-automation
metasploit-alternative
docker
termux
cross-platform
security-toolkit
Β© AUX-441 Team
Licensed under CC BY-NC-ND 4.0
No commercial use, copy, or redistribution without written consent.
- GitHub Discussions
- Telegram Channel
- Email for support, bug reports, and security issues:
π§ [email protected]