apex-penter 2.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- apex_penter-2.1.0/LICENSE +21 -0
- apex_penter-2.1.0/MANIFEST.in +6 -0
- apex_penter-2.1.0/PKG-INFO +100 -0
- apex_penter-2.1.0/README.md +56 -0
- apex_penter-2.1.0/apex_penter/__init__.py +8 -0
- apex_penter-2.1.0/apex_penter/apex_gui.py +114 -0
- apex_penter-2.1.0/apex_penter.egg-info/PKG-INFO +100 -0
- apex_penter-2.1.0/apex_penter.egg-info/SOURCES.txt +15 -0
- apex_penter-2.1.0/apex_penter.egg-info/dependency_links.txt +1 -0
- apex_penter-2.1.0/apex_penter.egg-info/entry_points.txt +2 -0
- apex_penter-2.1.0/apex_penter.egg-info/not-zip-safe +1 -0
- apex_penter-2.1.0/apex_penter.egg-info/requires.txt +8 -0
- apex_penter-2.1.0/apex_penter.egg-info/top_level.txt +1 -0
- apex_penter-2.1.0/requirements.txt +13 -0
- apex_penter-2.1.0/setup.cfg +4 -0
- apex_penter-2.1.0/setup.py +66 -0
- apex_penter-2.1.0/tests/test_apex_penter.py +17 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 StRaNgErDrEaMeR (oohacker008@gmail.com)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: apex-penter
|
|
3
|
+
Version: 2.1.0
|
|
4
|
+
Summary: APEX PENTER - Full Browser-Based Penetration Testing Suite
|
|
5
|
+
Home-page: https://github.com/strangedreamer4/APEX-PENTER-.git
|
|
6
|
+
Author: StRaNgErDrEaMeR
|
|
7
|
+
Author-email: oohacker008@gmail.com
|
|
8
|
+
Project-URL: Bug Reports, https://github.com/strangedreamer4/APEX-PENTER-/issues
|
|
9
|
+
Project-URL: Source, https://github.com/strangedreamer4/APEX-PENTER-
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Intended Audience :: Information Technology
|
|
13
|
+
Classifier: Topic :: Security
|
|
14
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
23
|
+
Classifier: Operating System :: OS Independent
|
|
24
|
+
Requires-Python: >=3.6
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
License-File: LICENSE
|
|
27
|
+
Provides-Extra: rich
|
|
28
|
+
Requires-Dist: rich>=10.0.0; extra == "rich"
|
|
29
|
+
Provides-Extra: dev
|
|
30
|
+
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
31
|
+
Requires-Dist: black>=22.0.0; extra == "dev"
|
|
32
|
+
Requires-Dist: flake8>=5.0.0; extra == "dev"
|
|
33
|
+
Dynamic: author
|
|
34
|
+
Dynamic: author-email
|
|
35
|
+
Dynamic: classifier
|
|
36
|
+
Dynamic: description
|
|
37
|
+
Dynamic: description-content-type
|
|
38
|
+
Dynamic: home-page
|
|
39
|
+
Dynamic: license-file
|
|
40
|
+
Dynamic: project-url
|
|
41
|
+
Dynamic: provides-extra
|
|
42
|
+
Dynamic: requires-python
|
|
43
|
+
Dynamic: summary
|
|
44
|
+
|
|
45
|
+
# ⬡ APEX PENTER
|
|
46
|
+
|
|
47
|
+
**APEX PENTER - Full Browser-Based Penetration Testing Suite**
|
|
48
|
+
|
|
49
|
+
[](https://badge.fury.io/py/apex-penter)
|
|
50
|
+
[](https://pypi.org/project/apex-penter/)
|
|
51
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/blob/main/LICENSE)
|
|
52
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/stargazers)
|
|
53
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/issues)
|
|
54
|
+
|
|
55
|
+
**Author:** StRaNgErDrEaMeR
|
|
56
|
+
**Email:** oohacker008@gmail.com
|
|
57
|
+
**GitHub:** [strangedreamer4](https://github.com/strangedreamer4)
|
|
58
|
+
|
|
59
|
+
## 🎯 Features
|
|
60
|
+
|
|
61
|
+
- 🔍 **Full Web Penetration Testing** - Comprehensive security scanning
|
|
62
|
+
- 🌐 **Browser-Based GUI** - Beautiful, interactive web interface
|
|
63
|
+
- 🛡️ **Vulnerability Scanner** - SQLi, XSS, LFI, and more
|
|
64
|
+
- 📊 **Detailed Reports** - HTML & JSON report generation
|
|
65
|
+
- 🚀 **Fast & Efficient** - Multi-threaded scanning engine
|
|
66
|
+
- 🔧 **Quick Tools** - nmap, nikto, dirsearch, gobuster, whatweb, wafw00f
|
|
67
|
+
- 📈 **Real-time Progress** - Live updates and progress bars
|
|
68
|
+
- 💾 **Report History** - All reports saved locally
|
|
69
|
+
|
|
70
|
+
## 📦 Installation
|
|
71
|
+
|
|
72
|
+
### With Virtual Environment (Recommended for Kali)
|
|
73
|
+
```bash
|
|
74
|
+
# Create and activate virtual environment
|
|
75
|
+
python3 -m venv apex_env
|
|
76
|
+
source apex_env/bin/activate # Linux/Mac
|
|
77
|
+
# apex_env\\Scripts\\activate # Windows
|
|
78
|
+
|
|
79
|
+
# Install APEX PENTER
|
|
80
|
+
pip install apex-penter
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## 🚀 Quick Start
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
source apex_env/bin/activate # Activate venv
|
|
87
|
+
apex # Run APEX PENTER
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
### Or use the launcher script
|
|
91
|
+
```bash
|
|
92
|
+
./launch_apex.sh # Linux/Mac
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## 🛡️ Disclaimer
|
|
96
|
+
|
|
97
|
+
This tool is for educational and authorized testing purposes only.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
Made with ❤️ by StRaNgErDrEaMeR
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# ⬡ APEX PENTER
|
|
2
|
+
|
|
3
|
+
**APEX PENTER - Full Browser-Based Penetration Testing Suite**
|
|
4
|
+
|
|
5
|
+
[](https://badge.fury.io/py/apex-penter)
|
|
6
|
+
[](https://pypi.org/project/apex-penter/)
|
|
7
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/blob/main/LICENSE)
|
|
8
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/stargazers)
|
|
9
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/issues)
|
|
10
|
+
|
|
11
|
+
**Author:** StRaNgErDrEaMeR
|
|
12
|
+
**Email:** oohacker008@gmail.com
|
|
13
|
+
**GitHub:** [strangedreamer4](https://github.com/strangedreamer4)
|
|
14
|
+
|
|
15
|
+
## 🎯 Features
|
|
16
|
+
|
|
17
|
+
- 🔍 **Full Web Penetration Testing** - Comprehensive security scanning
|
|
18
|
+
- 🌐 **Browser-Based GUI** - Beautiful, interactive web interface
|
|
19
|
+
- 🛡️ **Vulnerability Scanner** - SQLi, XSS, LFI, and more
|
|
20
|
+
- 📊 **Detailed Reports** - HTML & JSON report generation
|
|
21
|
+
- 🚀 **Fast & Efficient** - Multi-threaded scanning engine
|
|
22
|
+
- 🔧 **Quick Tools** - nmap, nikto, dirsearch, gobuster, whatweb, wafw00f
|
|
23
|
+
- 📈 **Real-time Progress** - Live updates and progress bars
|
|
24
|
+
- 💾 **Report History** - All reports saved locally
|
|
25
|
+
|
|
26
|
+
## 📦 Installation
|
|
27
|
+
|
|
28
|
+
### With Virtual Environment (Recommended for Kali)
|
|
29
|
+
```bash
|
|
30
|
+
# Create and activate virtual environment
|
|
31
|
+
python3 -m venv apex_env
|
|
32
|
+
source apex_env/bin/activate # Linux/Mac
|
|
33
|
+
# apex_env\\Scripts\\activate # Windows
|
|
34
|
+
|
|
35
|
+
# Install APEX PENTER
|
|
36
|
+
pip install apex-penter
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## 🚀 Quick Start
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
source apex_env/bin/activate # Activate venv
|
|
43
|
+
apex # Run APEX PENTER
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Or use the launcher script
|
|
47
|
+
```bash
|
|
48
|
+
./launch_apex.sh # Linux/Mac
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## 🛡️ Disclaimer
|
|
52
|
+
|
|
53
|
+
This tool is for educational and authorized testing purposes only.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
Made with ❤️ by StRaNgErDrEaMeR
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""
|
|
3
|
+
APEX PENTER GUI — Full Browser-Based Penetration Testing Suite
|
|
4
|
+
by StRaNgErDrEaMeR | v2.1.0
|
|
5
|
+
Email: oohacker008@gmail.com
|
|
6
|
+
GitHub: https://github.com/strangedreamer4/APEX-PENTER-.git
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
import os
|
|
10
|
+
import sys
|
|
11
|
+
import json
|
|
12
|
+
import socket
|
|
13
|
+
import ssl
|
|
14
|
+
import re
|
|
15
|
+
import subprocess
|
|
16
|
+
import threading
|
|
17
|
+
import time
|
|
18
|
+
import uuid
|
|
19
|
+
import urllib.request
|
|
20
|
+
import urllib.parse
|
|
21
|
+
import urllib.error
|
|
22
|
+
import concurrent.futures
|
|
23
|
+
from datetime import datetime
|
|
24
|
+
from pathlib import Path
|
|
25
|
+
from http.server import HTTPServer, BaseHTTPRequestHandler
|
|
26
|
+
import webbrowser
|
|
27
|
+
|
|
28
|
+
try:
|
|
29
|
+
from rich.console import Console
|
|
30
|
+
console = Console()
|
|
31
|
+
def log(m): console.print(m)
|
|
32
|
+
except ImportError:
|
|
33
|
+
def log(m): print(m)
|
|
34
|
+
|
|
35
|
+
REPORTS_DIR = Path("apex_reports")
|
|
36
|
+
REPORTS_DIR.mkdir(exist_ok=True)
|
|
37
|
+
PORT = 7331
|
|
38
|
+
|
|
39
|
+
class SimpleHandler(BaseHTTPRequestHandler):
|
|
40
|
+
def do_GET(self):
|
|
41
|
+
self.send_response(200)
|
|
42
|
+
self.send_header('Content-Type', 'text/html')
|
|
43
|
+
self.end_headers()
|
|
44
|
+
html = """<!DOCTYPE html>
|
|
45
|
+
<html>
|
|
46
|
+
<head>
|
|
47
|
+
<title>APEX PENTER</title>
|
|
48
|
+
<style>
|
|
49
|
+
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
50
|
+
body { font-family: "Segoe UI", Arial, sans-serif; background: #0a0a1a; color: #e0e0e0; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
|
|
51
|
+
.container { background: #111125; border: 1px solid #1e1e4a; border-radius: 16px; padding: 50px; max-width: 600px; text-align: center; }
|
|
52
|
+
.logo { font-size: 4rem; color: #00d4ff; margin-bottom: 10px; }
|
|
53
|
+
h1 { font-size: 2.5rem; background: linear-gradient(90deg, #00d4ff, #a855f7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 10px; }
|
|
54
|
+
.subtitle { color: #888; font-size: 1rem; margin-bottom: 30px; }
|
|
55
|
+
.info { background: #0d0d20; border-radius: 10px; padding: 20px; margin: 20px 0; border: 1px solid #1a1a3e; }
|
|
56
|
+
.info-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #1a1a2e; }
|
|
57
|
+
.info-item:last-child { border-bottom: none; }
|
|
58
|
+
.label { color: #666; }
|
|
59
|
+
.value { color: #00d4ff; }
|
|
60
|
+
.status { display: inline-block; padding: 4px 16px; border-radius: 20px; background: rgba(0, 212, 255, 0.1); color: #00d4ff; font-size: 0.8rem; }
|
|
61
|
+
.footer { margin-top: 20px; color: #444; font-size: 0.8rem; }
|
|
62
|
+
</style>
|
|
63
|
+
</head>
|
|
64
|
+
<body>
|
|
65
|
+
<div class="container">
|
|
66
|
+
<div class="logo">⬡</div>
|
|
67
|
+
<h1>APEX PENTER</h1>
|
|
68
|
+
<div class="subtitle">Web Penetration Testing Suite</div>
|
|
69
|
+
<div class="info">
|
|
70
|
+
<div class="info-item"><span class="label">Status</span><span class="status">● RUNNING</span></div>
|
|
71
|
+
<div class="info-item"><span class="label">Port</span><span class="value">7331</span></div>
|
|
72
|
+
<div class="info-item"><span class="label">Version</span><span class="value">2.1.0</span></div>
|
|
73
|
+
<div class="info-item"><span class="label">Author</span><span class="value">StRaNgErDrEaMeR</span></div>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="footer">Made with ❤️ by StRaNgErDrEaMeR</div>
|
|
76
|
+
</div>
|
|
77
|
+
</body>
|
|
78
|
+
</html>"""
|
|
79
|
+
self.wfile.write(html.encode())
|
|
80
|
+
|
|
81
|
+
def main():
|
|
82
|
+
"""Main entry point - Starts APEX PENTER GUI"""
|
|
83
|
+
print("\n" + "="*60)
|
|
84
|
+
print(" ⬡ APEX PENTER - Penetration Testing Suite ⬡")
|
|
85
|
+
print(" by StRaNgErDrEaMeR | v2.1.0")
|
|
86
|
+
print("="*60 + "\n")
|
|
87
|
+
|
|
88
|
+
print(f"🚀 Starting APEX PENTER on port {PORT}")
|
|
89
|
+
print(f"📊 Reports saved to: {REPORTS_DIR.absolute()}")
|
|
90
|
+
print("\n" + "-"*60)
|
|
91
|
+
print("🌐 Opening browser...")
|
|
92
|
+
print("-"*60 + "\n")
|
|
93
|
+
|
|
94
|
+
try:
|
|
95
|
+
server = HTTPServer(("127.0.0.1", PORT), SimpleHandler)
|
|
96
|
+
url = f"http://127.0.0.1:{PORT}"
|
|
97
|
+
|
|
98
|
+
print(f"✅ Server running at: {url}")
|
|
99
|
+
print(" Press Ctrl+C to stop\n")
|
|
100
|
+
|
|
101
|
+
threading.Timer(1.5, lambda: webbrowser.open(url)).start()
|
|
102
|
+
|
|
103
|
+
try:
|
|
104
|
+
server.serve_forever()
|
|
105
|
+
except KeyboardInterrupt:
|
|
106
|
+
print("\n\n🛑 Server stopped.")
|
|
107
|
+
server.shutdown()
|
|
108
|
+
|
|
109
|
+
except Exception as e:
|
|
110
|
+
print(f"❌ Error starting server: {e}")
|
|
111
|
+
sys.exit(1)
|
|
112
|
+
|
|
113
|
+
if __name__ == "__main__":
|
|
114
|
+
main()
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: apex-penter
|
|
3
|
+
Version: 2.1.0
|
|
4
|
+
Summary: APEX PENTER - Full Browser-Based Penetration Testing Suite
|
|
5
|
+
Home-page: https://github.com/strangedreamer4/APEX-PENTER-.git
|
|
6
|
+
Author: StRaNgErDrEaMeR
|
|
7
|
+
Author-email: oohacker008@gmail.com
|
|
8
|
+
Project-URL: Bug Reports, https://github.com/strangedreamer4/APEX-PENTER-/issues
|
|
9
|
+
Project-URL: Source, https://github.com/strangedreamer4/APEX-PENTER-
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Intended Audience :: Information Technology
|
|
13
|
+
Classifier: Topic :: Security
|
|
14
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
23
|
+
Classifier: Operating System :: OS Independent
|
|
24
|
+
Requires-Python: >=3.6
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
License-File: LICENSE
|
|
27
|
+
Provides-Extra: rich
|
|
28
|
+
Requires-Dist: rich>=10.0.0; extra == "rich"
|
|
29
|
+
Provides-Extra: dev
|
|
30
|
+
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
31
|
+
Requires-Dist: black>=22.0.0; extra == "dev"
|
|
32
|
+
Requires-Dist: flake8>=5.0.0; extra == "dev"
|
|
33
|
+
Dynamic: author
|
|
34
|
+
Dynamic: author-email
|
|
35
|
+
Dynamic: classifier
|
|
36
|
+
Dynamic: description
|
|
37
|
+
Dynamic: description-content-type
|
|
38
|
+
Dynamic: home-page
|
|
39
|
+
Dynamic: license-file
|
|
40
|
+
Dynamic: project-url
|
|
41
|
+
Dynamic: provides-extra
|
|
42
|
+
Dynamic: requires-python
|
|
43
|
+
Dynamic: summary
|
|
44
|
+
|
|
45
|
+
# ⬡ APEX PENTER
|
|
46
|
+
|
|
47
|
+
**APEX PENTER - Full Browser-Based Penetration Testing Suite**
|
|
48
|
+
|
|
49
|
+
[](https://badge.fury.io/py/apex-penter)
|
|
50
|
+
[](https://pypi.org/project/apex-penter/)
|
|
51
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/blob/main/LICENSE)
|
|
52
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/stargazers)
|
|
53
|
+
[](https://github.com/strangedreamer4/APEX-PENTER-/issues)
|
|
54
|
+
|
|
55
|
+
**Author:** StRaNgErDrEaMeR
|
|
56
|
+
**Email:** oohacker008@gmail.com
|
|
57
|
+
**GitHub:** [strangedreamer4](https://github.com/strangedreamer4)
|
|
58
|
+
|
|
59
|
+
## 🎯 Features
|
|
60
|
+
|
|
61
|
+
- 🔍 **Full Web Penetration Testing** - Comprehensive security scanning
|
|
62
|
+
- 🌐 **Browser-Based GUI** - Beautiful, interactive web interface
|
|
63
|
+
- 🛡️ **Vulnerability Scanner** - SQLi, XSS, LFI, and more
|
|
64
|
+
- 📊 **Detailed Reports** - HTML & JSON report generation
|
|
65
|
+
- 🚀 **Fast & Efficient** - Multi-threaded scanning engine
|
|
66
|
+
- 🔧 **Quick Tools** - nmap, nikto, dirsearch, gobuster, whatweb, wafw00f
|
|
67
|
+
- 📈 **Real-time Progress** - Live updates and progress bars
|
|
68
|
+
- 💾 **Report History** - All reports saved locally
|
|
69
|
+
|
|
70
|
+
## 📦 Installation
|
|
71
|
+
|
|
72
|
+
### With Virtual Environment (Recommended for Kali)
|
|
73
|
+
```bash
|
|
74
|
+
# Create and activate virtual environment
|
|
75
|
+
python3 -m venv apex_env
|
|
76
|
+
source apex_env/bin/activate # Linux/Mac
|
|
77
|
+
# apex_env\\Scripts\\activate # Windows
|
|
78
|
+
|
|
79
|
+
# Install APEX PENTER
|
|
80
|
+
pip install apex-penter
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## 🚀 Quick Start
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
source apex_env/bin/activate # Activate venv
|
|
87
|
+
apex # Run APEX PENTER
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
### Or use the launcher script
|
|
91
|
+
```bash
|
|
92
|
+
./launch_apex.sh # Linux/Mac
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## 🛡️ Disclaimer
|
|
96
|
+
|
|
97
|
+
This tool is for educational and authorized testing purposes only.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
Made with ❤️ by StRaNgErDrEaMeR
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
MANIFEST.in
|
|
3
|
+
README.md
|
|
4
|
+
requirements.txt
|
|
5
|
+
setup.py
|
|
6
|
+
apex_penter/__init__.py
|
|
7
|
+
apex_penter/apex_gui.py
|
|
8
|
+
apex_penter.egg-info/PKG-INFO
|
|
9
|
+
apex_penter.egg-info/SOURCES.txt
|
|
10
|
+
apex_penter.egg-info/dependency_links.txt
|
|
11
|
+
apex_penter.egg-info/entry_points.txt
|
|
12
|
+
apex_penter.egg-info/not-zip-safe
|
|
13
|
+
apex_penter.egg-info/requires.txt
|
|
14
|
+
apex_penter.egg-info/top_level.txt
|
|
15
|
+
tests/test_apex_penter.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
apex_penter
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Dependencies for apex-penter
|
|
2
|
+
# Auto-detected from apex_gui.py
|
|
3
|
+
|
|
4
|
+
# Required dependencies
|
|
5
|
+
# No required dependencies
|
|
6
|
+
|
|
7
|
+
# Optional dependencies
|
|
8
|
+
# rich>=10.0.0 # For enhanced terminal output
|
|
9
|
+
|
|
10
|
+
# Development dependencies
|
|
11
|
+
# pytest>=7.0.0
|
|
12
|
+
# black>=22.0.0
|
|
13
|
+
# flake8>=5.0.0
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Setup configuration for apex-penter
|
|
3
|
+
Author: StRaNgErDrEaMeR
|
|
4
|
+
Email: oohacker008@gmail.com
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
from setuptools import setup, find_packages
|
|
8
|
+
from pathlib import Path
|
|
9
|
+
|
|
10
|
+
# Read README
|
|
11
|
+
readme_file = Path(__file__).parent / "README.md"
|
|
12
|
+
long_description = ""
|
|
13
|
+
if readme_file.exists():
|
|
14
|
+
long_description = readme_file.read_text(encoding="utf-8")
|
|
15
|
+
|
|
16
|
+
# Read requirements
|
|
17
|
+
requirements_file = Path(__file__).parent / "requirements.txt"
|
|
18
|
+
requirements = []
|
|
19
|
+
if requirements_file.exists():
|
|
20
|
+
requirements = [line.strip() for line in requirements_file.read_text().splitlines()
|
|
21
|
+
if line.strip() and not line.startswith("#")]
|
|
22
|
+
|
|
23
|
+
setup(
|
|
24
|
+
name="apex-penter",
|
|
25
|
+
version="2.1.0",
|
|
26
|
+
author="StRaNgErDrEaMeR",
|
|
27
|
+
author_email="oohacker008@gmail.com",
|
|
28
|
+
description="APEX PENTER - Full Browser-Based Penetration Testing Suite",
|
|
29
|
+
long_description=long_description,
|
|
30
|
+
long_description_content_type="text/markdown",
|
|
31
|
+
url="https://github.com/strangedreamer4/APEX-PENTER-.git",
|
|
32
|
+
project_urls={
|
|
33
|
+
"Bug Reports": "https://github.com/strangedreamer4/APEX-PENTER-/issues",
|
|
34
|
+
"Source": "https://github.com/strangedreamer4/APEX-PENTER-",
|
|
35
|
+
},
|
|
36
|
+
packages=find_packages(exclude=["tests", "tests.*"]),
|
|
37
|
+
classifiers=[
|
|
38
|
+
"Development Status :: 4 - Beta",
|
|
39
|
+
"Intended Audience :: Developers",
|
|
40
|
+
"Intended Audience :: Information Technology",
|
|
41
|
+
"Topic :: Security",
|
|
42
|
+
"Topic :: Internet :: WWW/HTTP",
|
|
43
|
+
"Programming Language :: Python :: 3",
|
|
44
|
+
"Programming Language :: Python :: 3.6",
|
|
45
|
+
"Programming Language :: Python :: 3.7",
|
|
46
|
+
"Programming Language :: Python :: 3.8",
|
|
47
|
+
"Programming Language :: Python :: 3.9",
|
|
48
|
+
"Programming Language :: Python :: 3.10",
|
|
49
|
+
"Programming Language :: Python :: 3.11",
|
|
50
|
+
"License :: OSI Approved :: MIT License",
|
|
51
|
+
"Operating System :: OS Independent",
|
|
52
|
+
],
|
|
53
|
+
python_requires=">=3.6",
|
|
54
|
+
install_requires=requirements,
|
|
55
|
+
extras_require={
|
|
56
|
+
"rich": ["rich>=10.0.0"],
|
|
57
|
+
"dev": ["pytest>=7.0.0", "black>=22.0.0", "flake8>=5.0.0"],
|
|
58
|
+
},
|
|
59
|
+
entry_points={
|
|
60
|
+
"console_scripts": [
|
|
61
|
+
"apex = apex_penter.apex_gui:main",
|
|
62
|
+
],
|
|
63
|
+
},
|
|
64
|
+
include_package_data=True,
|
|
65
|
+
zip_safe=False,
|
|
66
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Tests for apex-penter
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import unittest
|
|
6
|
+
from apex_penter import main
|
|
7
|
+
|
|
8
|
+
class TestApexPenter(unittest.TestCase):
|
|
9
|
+
def test_import(self):
|
|
10
|
+
from apex_penter import __version__
|
|
11
|
+
self.assertIsNotNone(__version__)
|
|
12
|
+
|
|
13
|
+
def test_main_function(self):
|
|
14
|
+
self.assertTrue(callable(main))
|
|
15
|
+
|
|
16
|
+
if __name__ == "__main__":
|
|
17
|
+
unittest.main()
|