🚀 Quick Start¶
Welcome to Engine-AntiGinx — a lightweight engine for automated security testing. This section guides you from zero to your first scan in just a few minutes.
📋 What do you want to run?¶
| Scenario | Best Path | Best For |
|---|---|---|
| Quick scan from terminal | CLI | Developers, Pentesters |
| Scan via pre-built image | Docker | DevOps, CI/CD |
| Worker with RabbitMQ | Docker Compose | Backend / Queues |
✅ Requirements¶
- Go 1.25+ (for local CLI mode)
- Docker (for containers)
- Docker Compose (for orchestration)
- RabbitMQ (if running
Engined)
🔧 Versions & Compatibility:
go.modspecifiesgo 1.25.- Project image is built in multi-stage fashion and runs both
AppandEnginedbinaries.
1️⃣ Quick Start Locally (Go)¶
Clone the project to your local machine:
Navigate to the project directory:
2️⃣ Your First Scan (in 30 seconds)¶
Start a quick scan using the CLI:
What this command does:
- runs
testmode, - executes
https,hsts, andserv-h-atests, - returns the report directly to your console.
🎯 What's Next?¶
- Want full parameter docs and all available tests? → CLI Guide
- Want to run via container image? → Docker Guide
- Want a worker + queue setup? → Docker Compose Guide