arjun_discover
Discover hidden HTTP parameters in web endpoints by testing URLs with methods like GET, POST, JSON, and XML. Uncover undocumented parameters for security testing.
Instructions
Discover hidden HTTP parameters in web endpoints using Arjun.
Args: url: Target URL to test for hidden parameters. method: HTTP method to use — GET, POST, JSON, XML. wordlist: Path to a custom parameter wordlist file (optional). timeout: Override default timeout.
Returns: List of discovered parameters, the method used, and the tested URL.
Note: - Target URL must be in tengu.toml [targets].allowed_hosts. - Arjun sends many requests — use with care on rate-limited endpoints. - JSON and XML modes test parameters in the request body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | No | GET | |
| timeout | No | ||
| wordlist | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||