Add WiFi Audit, API Fuzzer, Cloud Scanner, Threat Intel, Log Correlator, Steganography, Anti-Forensics, BLE Scanner, Forensics, RFID/NFC, Malware Sandbox, Password Toolkit, Web Scanner, Report Engine, Net Mapper, and C2 Framework. Each module includes CLI interface, Flask routes, and web UI template. Also includes Go DNS server source + binary, IP Capture service, SYN Flood, Gone Fishing mail server, and hack hijack modules from v2.0 work. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
87 lines
957 B
Plaintext
87 lines
957 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Data & databases (regenerated at runtime)
|
|
data/cve/*.db
|
|
data/sites/*.db
|
|
data/uploads/
|
|
data/hardware/
|
|
|
|
# Large files
|
|
models/
|
|
*.gguf
|
|
claude.bk
|
|
*.mtf
|
|
|
|
# Results (user-generated)
|
|
results/
|
|
dossiers/
|
|
|
|
# OSINT scan results
|
|
*_profiles.json
|
|
|
|
# Secrets & config with credentials
|
|
.env
|
|
*.pem
|
|
*.key
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Gradle
|
|
.gradle/
|
|
gradle-*/
|
|
|
|
# Bundled tools (large binaries)
|
|
tools/
|
|
|
|
# Android SDK tools (bundled binaries)
|
|
android/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
build_temp/
|
|
release/
|
|
*.spec.bak
|
|
*.zip
|
|
|
|
# Local utility scripts
|
|
kill_autarch.bat
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# Development planning docs
|
|
phase2.md
|
|
|
|
# Snoop data
|
|
snoop/
|
|
data/sites/snoop_full.json
|
|
|
|
# Custom user data (optional - users may want to track these)
|
|
# custom_adultsites.json
|
|
# custom_sites.inf
|
|
# custom_apis.json
|