hunt
Set the active hunt context, creating or loading a hunt database by identifier. Configure target domain, proxy, scope, and other settings for security testing.
Instructions
Set active hunt — creates database if new, loads existing if found. See rqwstr_docs(topic="hunts") for workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Hunt identifier (e.g. rapyd-2026-02) | |
| notes | No | Hunt description or notes | |
| proxy | No | Proxy URL (omit to leave stored value unchanged; use reset_overrides to clear back to global default) | |
| target | No | Primary target domain | |
| data_dir | No | Data directory (default: ~/.rqwstr) | |
| scope_file | No | Path to scope JSON file | |
| user_agent | No | Custom User-Agent for all requests | |
| config_file | No | Path to TOML hunt config file | |
| default_headers | No | Default headers injected into every request | |
| reset_overrides | No | Per-hunt stored fields to clear back to global defaults from config.toml. Supported: proxy. |