ScottzillaSystems commited on
Commit
e49823a
·
verified ·
1 Parent(s): 1e3916f

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pentesting Agent Zero - Requirements
2
+ # Autonomous AI-Driven Penetration Testing Space
3
+
4
+ # Core
5
+ gradio[mcp]>=5.0.0
6
+ smolagents>=1.0.0
7
+ huggingface_hub>=0.26.0
8
+
9
+ # Pentesting Tools (Python packages)
10
+ nettacker
11
+ requests
12
+ scapy
13
+ python-nmap
14
+
15
+ # System tools (should be installed via apt in Dockerfile)
16
+ # nmap, nikto, sqlmap, gobuster, ffuf, nuclei, searchsploit,
17
+ # hydra, john, hashcat, tshark, theHarvester, subfinder, amass
18
+
19
+ # AI / LLM
20
+ transformers>=4.45.0
21
+ torch>=2.0.0
22
+
23
+ # Utilities
24
+ aiohttp>=3.8.0
25
+ pydantic>=2.0.0