cmdi_blind_detect
Detect blind command injection vulnerabilities using time delay analysis and out-of-band callbacks to identify security weaknesses in web applications.
Instructions
Detect blind command injection via time delay and OOB callbacks. Tests sleep-based delay detection and optional out-of-band (curl/nslookup to callback). Returns time_based results array and oob_payloads list. Side effects: Executes sleep on target if vulnerable. OOB payloads call back to callback_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL | |
| parameter | Yes | Vulnerable parameter name | |
| base_value | No | Legitimate parameter value | |
| method | No | HTTP method | |
| callback_url | No | Out-of-band callback URL for OOB detection (e.g. Burp Collaborator) | |
| delay_seconds | No | Sleep duration for time-based detection |