Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRY_RUN | No | Enable dry run mode | false |
| THREADS | No | Number of threads to use | 50 |
| VERBOSE | No | Enable verbose output | true |
| OUTPUT_DIR | No | Directory for output files | ./results |
| CALLBACK_URL | No | Callback URL for OOB testing | |
| REPORT_FORMAT | No | Format for generated reports | markdown |
| SHODAN_API_KEY | No | Your Shodan API key (optional) | |
| PYTHONUNBUFFERED | No | Python unbuffered output | 1 |
| BURP_COLLABORATOR | No | Your Burp Collaborator domain | |
| DEFAULT_RATE_LIMIT | No | Default rate limit for requests | 150 |
| VIRUSTOTAL_API_KEY | No | Your VirusTotal API key (optional) | |
| SECURITYTRAILS_API_KEY | No | Your SecurityTrails API key (optional) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |