-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
26 lines (23 loc) · 1.14 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Core requirements
flask # For web server functionality
requests # For HTTP requests (used in modules like ai_llama_module)
concurrent.futures # For concurrent pipeline handling
# AI and LLM-related dependencies
torch # PyTorch for LLMs
transformers # Hugging Face Transformers for AI module integration
# OSINT Modules
holehe # For email OSINT
infoga # For gathering information about emails/domains
sn0int # Advanced OSINT framework
whatsmyname # Username enumeration
creepy # Geolocation-based OSINT
phoneinfoga # Phone number reconnaissance
tidos-framework # Web application vulnerability scanner
massdns # High-performance DNS resolver
metagoofil # Metadata extraction tool
scrapli # Web scraping library
waymore # Subdomain enumeration
dorks-eye # Search engine dorking
# Utilities
pytest # For testing
logging # For structured logging in modules