This tool is designed for authorized security testing only.
- ✅ Testing your own systems
- ✅ Authorized penetration testing engagements
- ✅ CTF (Capture the Flag) competitions
- ❌ Unauthorized access to systems you do not own
- ❌ Illegal activity of any kind
If you discover a security vulnerability in this project, please do not open a public issue.
Instead:
- Use GitHub's Private Vulnerability Reporting feature, or
- Email the maintainer directly
Please include:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fixes
We aim to respond within 48 hours and patch within 7 days for critical issues.
- Read files from your filesystem (with path validation)
- Run a strict whitelist of system commands
- Call local Ollama API
- Execute arbitrary shell commands
- Access the network (except local Ollama)
- Write files (unless explicitly added)
- Escalate privileges
- All conversations are stored locally in SQLite (
data/memory.db) - No data is transmitted to external servers
- The LLM runs entirely on your machine via Ollama