commix_scan
Scan a URL for OS command injection vulnerabilities using Commix automation. Identify injectable parameters and evidence to secure web applications.
Instructions
Test a URL for OS command injection vulnerabilities using Commix.
IMPORTANT: The target parameter is named 'url' (not 'target'). Always call as: commix_scan(url="https://example.com/ping?host=test")
Commix (command injection exploiter) automates the detection of OS command injection flaws in web applications. Requires explicit authorization.
Args: url: Target URL to test (e.g. "https://example.com/ping?host=test"). MUST be named 'url' (not 'target'). method: HTTP method: GET or POST. data: POST data string (e.g. "param=value"). level: Detection level (1-3). Default: 1. timeout: Override scan timeout in seconds.
Returns: Command injection test results with vulnerable parameters and evidence.
Note: - This tool requires explicit authorization from the target owner. - Target must be in tengu.toml [targets].allowed_hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| data | No | ||
| level | No | ||
| method | No | GET | |
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||