- Add Remote Monitoring Station with PIAP device profile system - Add SSH/SSHD manager with fail2ban integration - Add privileged daemon architecture for safe root operations - Add encrypted vault, HAL memory, HAL auto-analyst - Add network security suite, module creator, codex training - Add start.sh launcher script and GTK3 desktop launcher - Remove Output/ build artifacts, installer files, loose docs - Update .gitignore for runtime data and build artifacts - Update README for v1.9 with new launch method, screenshots, and features Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
101 lines
1.1 KiB
Plaintext
101 lines
1.1 KiB
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/
|
|
data/.splash_accepted
|
|
data/hal_memory.enc
|
|
data/vault.enc
|
|
*.pcap
|
|
*.pcapng
|
|
|
|
# Runtime-generated data
|
|
data/captures/*
|
|
data/reports/*
|
|
data/network/*
|
|
data/android_exploit/*
|
|
|
|
# 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/
|
|
Output/
|
|
installer/
|
|
*.spec.bak
|
|
*.zip
|
|
*.ab
|
|
|
|
# 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
|