scan_post_parameter
Test a specific POST parameter for SQL injection vulnerabilities by providing target URL, POST body, and parameter name.
Instructions
Test a specific POST parameter for SQL injection.
Args: target_url: Target URL post_data: POST body data as key=value pairs separated by & (e.g., username=admin&password=test) parameter: Specific parameter name in POST data to test injection_types: Comma-separated injection types to test database_types: Comma-separated database types to test headers: Custom headers as key:value pairs separated by | cookies: Cookies as key=value pairs separated by ; bearer_token: Bearer token for Authorization header proxy_url: Proxy URL for Burp Suite or other proxies verify_ssl: Verify SSL certificates waf_bypass: WAF bypass technique
Returns: Scan results for the specified POST parameter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_url | Yes | ||
| post_data | Yes | ||
| parameter | Yes | ||
| injection_types | No | ||
| database_types | No | ||
| headers | No | ||
| cookies | No | ||
| bearer_token | No | ||
| proxy_url | No | ||
| verify_ssl | No | ||
| waf_bypass | No | none |