1- # Sploit - Advanced Offensive Security & Penetration Testing Suite
1+ # SecuSploitX - Advanced Offensive Security & Penetration Testing Suite
22
3- ![ Sploit Banner] ( assets/sploit_banner.png )
3+ ![ SecuSploitX Banner] ( assets/sploit_banner.png )
44
55> ** All-in-One Cybersecurity & AI Offensive Toolkit**
66> By the AUX-441 Team | Red Team, Blue Team, AI Security, and More
1010
1111<div align =" center " >
1212
13- ![ Sploit GUI Screenshot] ( assets/sploit_gui.png )
13+ ![ SecuSploitX GUI Screenshot] ( assets/sploit_gui.png )
1414* Graphical User Interface (GUI)*
1515
16- ![ Sploit Terminal Screenshot] ( assets/sploit_terminal.png )
16+ ![ SecuSploitX Terminal Screenshot] ( assets/sploit_terminal.png )
1717* Terminal / CLI Mode*
1818
1919</div >
2020
2121---
2222
23- ## 🚩 About Sploit
23+ ## 🚩 About SecuSploitX
2424
25- ** Sploit ** is a next-generation, open-source, modular, and extensible penetration testing and cyber defense suite.
26- Inspired by the world’s top tools (Metasploit, Nmap, Burp Suite), Sploit takes security automation to the next level with:
25+ ** SecuSploitX ** is a next-generation, open-source, modular, and extensible penetration testing and cyber defense suite.
26+ Inspired by the world’s top tools (Metasploit, Nmap, Burp Suite), SecuSploitX takes security automation to the next level with:
2727
2828- ** Web & Network Security Modules**
2929- ** Phishing & Social Engineering Simulators**
@@ -41,21 +41,21 @@ Inspired by the world’s top tools (Metasploit, Nmap, Burp Suite), Sploit takes
4141
4242## 🧑💻 About Us & Contributors
4343
44- Sploit is built by a talented, multidisciplinary team:
44+ SecuSploitX is built by a talented, multidisciplinary team:
4545
4646### ** Core Team & Roles**
4747
4848- ** Joel**
4949 * Lead UI Designer & Visual Planner*
50- Designs and implements all graphical elements, user flows, and ensures Sploit 's GUI is both intuitive and visually compelling.
50+ Designs and implements all graphical elements, user flows, and ensures SecuSploitX 's GUI is both intuitive and visually compelling.
5151
5252- ** Tara**
5353 * Lead Developer & Technical Assistant*
5454 Backend logic, module integration, and technical troubleshooting. Bridges AI, network code, and usability for smooth operation.
5555
5656- ** Fatheme**
5757 * AI & Core Developer, Project Lead*
58- Creator of Sploit 's AI modules and architect of offensive/defensive logic for penetration testing and automation. Manages releases and documentation.
58+ Creator of SecuSploitX 's AI modules and architect of offensive/defensive logic for penetration testing and automation. Manages releases and documentation.
5959
6060- ** aux / AUX-441**
6161 * Main Programmer, Security Researcher, Project Lead*
@@ -139,22 +139,14 @@ Want to join? [See Contributing Guidelines](CONTRIBUTING.md)
139139
140140### 🤖 AI & Automation
141141
142- - 🤖 ** Sploit Chatbot**
142+ - 🤖 ** SecuSploitX Chatbot**
143143 ML/AI-powered assistant for security Q&A and module guidance.
144144
145145- 🧠 ** PhishCreator AI**
146146 Generates realistic phishing scenarios/content with machine learning.
147147
148148---
149149
150- ### 📊 General
151-
152- - 📝 ** Logging & Reporting**
153- Detailed, exportable logs, reports, and output files for every module.
154-
155- ---
156-
157-
158150### 🎣 Phishing Modules
159151
160152- 🕹️ ** Steam Phishing Generator**
@@ -171,18 +163,24 @@ Want to join? [See Contributing Guidelines](CONTRIBUTING.md)
171163
172164> ⚠️ ** For educational, research, and authorized testing only. All modules include warnings and ethical disclaimers.**
173165
166+ ---
167+
168+ ### 📊 General
169+
170+ - 📝 ** Logging & Reporting**
171+ Detailed, exportable logs, reports, and output files for every module.
174172
175173---
176174
177175> 💡 ** Fully modular:**
178176> Add or customize modules and scripts with ease.
179- > See [ Wiki/Modules] ( https://github.com/AUX-441/Sploit /wiki/Modules ) for a full list!
177+ > See [ Wiki/Modules] ( https://github.com/AUX-441/SecuSploitX /wiki/Modules ) for a full list!
180178
181179---
182180
183181## 📦 Installation & Quick Start
184182
185- Sploit supports all major operating systems and runs on Python 3.13+.
183+ SecuSploitX supports all major operating systems and runs on Python 3.13+.
186184** Choose your preferred deployment method:**
187185
188186---
@@ -192,20 +190,20 @@ Sploit supports all major operating systems and runs on Python 3.13+.
192190#### 1. Clone the repository
193191
194192``` bash
195- git clone https://github.com/AUX-441/Sploit .git
196- cd Sploit
193+ git clone https://github.com/AUX-441/SecuSploitX .git
194+ cd SecuSploitX
197195```
198196#### 2. Install Python dependencies
199197
200198``` bash
201199pip install --upgrade pip
202200pip install -r requirements.txt
203201```
204- #### 3. Run Sploit (Terminal/CLI)
202+ #### 3. Run SecuSploitX (Terminal/CLI)
205203``` bash
206204python main.py
207205```
208- #### 4. Run Sploit (GUI)
206+ #### 4. Run SecuSploitX (GUI)
209207``` bash
210208python GUI/Application.py
211209```
@@ -215,27 +213,27 @@ python GUI/Application.py
215213
216214### 📱 Android (Termux)
217215
218- Sploit works fully in [ Termux] ( https://termux.dev/ ) !
216+ SecuSploitX works fully in [ Termux] ( https://termux.dev/ ) !
219217
220218#### 1. Install Termux & Python
221219
222220``` bash
223221pkg update && pkg upgrade
224222pkg install python git
225223```
226- #### 2. Clone Sploit
224+ #### 2. Clone SecuSploitX
227225
228226``` bash
229- git clone https://github.com/AUX-441/Sploit .git
230- cd Sploit
227+ git clone https://github.com/AUX-441/SecuSploitX .git
228+ cd SecuSploitX
231229```
232230#### 3. Install dependencies
233231
234232``` bash
235233pip install --upgrade pip
236234pip install -r requirements.txt
237235```
238- #### 4. Run Sploit (Terminal Mode)
236+ #### 4. Run SecuSploitX (Terminal Mode)
239237
240238``` bash
241239python main.py
@@ -251,8 +249,8 @@ python main.py
251249#### 2. Clone the repository
252250
253251``` powershell
254- git clone https://github.com/AUX-441/Sploit .git
255- cd Sploit
252+ git clone https://github.com/AUX-441/SecuSploitX .git
253+ cd SecuSploitX
256254```
257255
258256#### 3. Install dependencies
@@ -262,7 +260,7 @@ python -m pip install --upgrade pip
262260python -m pip install -r requirements.txt
263261```
264262
265- #### 4. Run Sploit (Terminal or GUI)
263+ #### 4. Run SecuSploitX (Terminal or GUI)
266264
267265``` powershell
268266python main.py
@@ -284,22 +282,22 @@ python GUI\Application.py
284282#### 2. Build the Docker Image
285283
286284``` bash
287- cd Sploit
288- docker build -t sploit .
285+ cd SecuSploitX
286+ docker build -t secusploitx .
289287```
290288
291- #### 3. Run Sploit (Terminal/CLI)
289+ #### 3. Run SecuSploitX (Terminal/CLI)
292290
293291``` bash
294- docker run -it --rm sploit
292+ docker run -it --rm secusploitx
295293```
296294
297- #### 4. Run Sploit (GUI mode, X11 on Linux)
295+ #### 4. Run SecuSploitX (GUI mode, X11 on Linux)
298296
299297``` bash
300- docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix sploit python GUI/Application.py
298+ docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix secusploitx python GUI/Application.py
301299```
302- > For Docker GUI usage on Windows/Mac: [ See Wiki for X11/GUI details] ( https://github.com/AUX-441/Sploit /wiki/Docker-GUI )
300+ > For Docker GUI usage on Windows/Mac: [ See Wiki for X11/GUI details] ( https://github.com/AUX-441/SecuSploitX /wiki/Docker-GUI )
303301
304302#### ** Dockerfile Example:**
305303``` Dockerfile
@@ -332,7 +330,7 @@ CMD ["python", "main.py"]
332330
333331## 🛠️ Usage
334332
335- Sploit is designed to be intuitive for both beginners and pros.
333+ SecuSploitX is designed to be intuitive for both beginners and pros.
336334
337335### Terminal Mode
338336
@@ -370,17 +368,17 @@ python main.py
3703682 . Click "Deep Site Scanner"
3713693 . Enter target, configure, and export report
372370
373- > See [ Wiki/Modules] ( https://github.com/AUX-441/Sploit /wiki/Modules ) for detailed usage of every module.
371+ > See [ Wiki/Modules] ( https://github.com/AUX-441/SecuSploitX /wiki/Modules ) for detailed usage of every module.
374372
375373---
376374
377375## 📚 Documentation & Help
378376
379- - ** [ Wiki & Usage Guide] ( https://github.com/AUX-441/Sploit /wiki ) **
380- - ** [ Module Reference] ( https://github.com/AUX-441/Sploit /wiki/Modules ) **
381- - ** [ FAQ] ( https://github.com/AUX-441/Sploit /discussions/categories/q-a ) **
382- - ** [ Issue Tracker] ( https://github.com/AUX-441/Sploit /issues ) **
383- - ** [ Discussions & Community] ( https://github.com/AUX-441/Sploit /discussions ) **
377+ - ** [ Wiki & Usage Guide] ( https://github.com/AUX-441/SecuSploitX /wiki ) **
378+ - ** [ Module Reference] ( https://github.com/AUX-441/SecuSploitX /wiki/Modules ) **
379+ - ** [ FAQ] ( https://github.com/AUX-441/SecuSploitX /discussions/categories/q-a ) **
380+ - ** [ Issue Tracker] ( https://github.com/AUX-441/SecuSploitX /issues ) **
381+ - ** [ Discussions & Community] ( https://github.com/AUX-441/SecuSploitX /discussions ) **
384382
385383---
386384
@@ -405,7 +403,7 @@ python main.py
405403
406404## 🌟 Credits & Acknowledgments
407405
408- ** Sploit ** is the result of passion, expertise, and open-source spirit.
406+ ** SecuSploitX ** is the result of passion, expertise, and open-source spirit.
409407Special thanks to:
410408
411409- ** Joel** – UI/UX Design, Branding
@@ -417,7 +415,7 @@ Special thanks to:
417415- [ FAtheme] ( https://github.com/FAtheme ) – Module Testing
418416- [ AUX-441] ( https://github.com/AUX-441 ) – Project Lead
419417
420- And all contributors at [ GitHub Contributors] ( https://github.com/AUX-441/Sploit /graphs/contributors )
418+ And all contributors at [ GitHub Contributors] ( https://github.com/AUX-441/SecuSploitX /graphs/contributors )
421419
422420---
423421
@@ -437,7 +435,7 @@ No commercial use, copy, or redistribution without written consent.
437435
438436## 📬 Contact & Community
439437
440- - [ GitHub Discussions] ( https://github.com/AUX-441/Sploit /discussions )
438+ - [ GitHub Discussions] ( https://github.com/AUX-441/SecuSploitX /discussions )
441439- [ Telegram Channel] ( https://t.me/aux441_team )
442440- ** Email for support, bug reports, and security issues:**
443441 📧 ** submindf@gmail.com **
0 commit comments