commix
Detect and exploit OS command injection in HTTP parameters, headers, cookies, and POST data. Confirms injection, identifies OS type, and opens an interactive pseudo-shell for further exploitation.
Instructions
Automated OS command injection detection and exploitation tool. Tests for shell command injection in HTTP parameters, headers, cookies, and POST data. Use when sqlmap confirms the parameter is NOT SQL injectable but may still be vulnerable to command injection. Supports multiple injection techniques: results-based, blind, time-based. Output: confirms injection, shows OS type, and provides an interactive pseudo-shell on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL with injectable parameter (e.g. 'http://example.com/ping?ip=127.0.0.1') | |
| opts | No | Additional commix options. Default: --batch (non-interactive) |