| Category | Module Count | Key Examples |
|---|---|---|
| Network & Infrastructure | 52 | DNS Records, Open Ports Scan, WHOIS Lookup |
| Web Application Analysis | 50 | Directory Finder, Technology Stack Detection, GraphQL Probe |
| Security & Threat Intelligence | 33 | Censys Recon, Subdomain Enumeration, JS Malware Scanner |
| Option | Commands | Best For |
|---|---|---|
| No Install | git clone https://github.com/jasonxtn/argus.git; cd argus; pip install -r requirements.txt; python -m argus | Quick tests |
| Pip | pip install argus-recon; argus | Minimal setup |
| Full | git clone …; chmod +x install.sh; ./install.sh; python -m argus | Development |
| Docker | git clone …; docker build -t argus-recon:latest .; docker run … | Containers |
Last modified 06 April 2026