ARGUS v2 — rentable security/OSINT agent, sats-settled, qwen3.8 reports

This commit is contained in:
drjones
2026-08-20 18:29:31 -07:00
commit 3a5073629f
2 changed files with 471 additions and 0 deletions

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# ARGUS — Autonomous Security Agent
Rentable AI security agent platform. Customers submit a target, pay in Bitcoin
(sats), and an AI agent runs a real offensive toolkit against it — then
interprets the results into a professional report rendered live in the browser.
## Capabilities
- **Web Vulnerability Scan** — nuclei + ffuf + nmap + subfinder against a target (4,000 sats)
- **OSINT Investigation** — sherlock + theHarvester + sublist3r deep recon (2,500 sats)
- **Continuous Monitoring** — scheduled re-scans with change alerting (15,000 sats/mo)
## Architecture
| Layer | Implementation |
|-------|----------------|
| Frontend | Flask, premium animated UI (canvas particle field) |
| Agent | qwen3.8fast @ shadow-death (.128) — interprets raw output into reports |
| Web vuln tooling | SUPERkali (.177) — nuclei / ffuf / nmap / subfinder / httpx |
| OSINT tooling | OSINT VM (.66) — sherlock / theHarvester / sublist3r / spiderfoot |
| Payments | BTCPay (store 5L7HDf8...), Bitcoin on-chain + Lightning, no KYC |
| Host | Proxmox CT 705 @ 10.30.20.81, public via argus.thetempleofdoom.com |
## Deployment
```bash
# app lives at /opt/argus/app.py, runs as systemd unit argus.service
systemctl restart argus
```
## License
MIT