Getting Started
First Scan in 5 Minutes
fast flow against example.com, streams output to your terminal, and destroys the instance when done.
Verify Configuration
Workflow Mode Examples
Single Target
Multiple Targets
Full Lifecycle
Reusing Infrastructure
Custom Command Examples
Basic Usage
Recon Pipeline
Vulnerability Scanning
Port Scanning at Scale
SAST Scanning
Custom Sync Destination
Using Worker Variables
Real-World Scenarios
Bug Bounty: Enumerate Multiple Programs
Scan a Large IP Range
Persistent Campaign
Multi-Provider Strategy
Provider Configuration Examples
AWS
Hetzner
DigitalOcean
GCP
Linode
Azure
Advanced Topics
Custom Snapshots
Pre-install tools on a VM, snapshot it, then use the snapshot for faster boot:Custom Worker Setup
Ansible Setup
Environment Variable Expansion
All config values support${ENV_VAR} syntax:
Troubleshooting
Workers not connecting
Orphaned infrastructure
Cost limit exceeded
Custom command failed
- Check if the tool is installed in your setup commands
- Use
--verbose-setupto verify setup completed - Test with a simple command first:
--custom-cmd "which nmap"
