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 SecuSploitXpython3 -m venv venv
source venv/bin/activate # For Linux / macOS
pip install --upgrade pip
pip install -r requirements.txtpython main.pypython GUI/Application.pyTip: For macOS, you may need
python3instead ofpython.
SecuSploitX works fully in Termux!
pkg update && pkg upgrade
pkg install python gitgit clone https://github.com/AUX-441/SecuSploitX.git
cd SecuSploitXpip install --upgrade pip
pip install -r requirements.txtpython main.pyGUI 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 SecuSploitXpython -m pip install --upgrade pip
python -m pip install -r requirements.txtpython 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 secusploitxdocker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix secusploitx python GUI/Application.pyFor 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
/outputfolder
- 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:
📧 submindf@gmail.com - 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:
📧 submindf@gmail.com
