scan_get_parameter
Test a specific GET parameter for SQL injection vulnerabilities using multiple injection types and database targets.
Instructions
Test a specific GET parameter for SQL injection.
Args:
target_url: Target URL (e.g., http://example.com/page?id=1&name=test)
parameter: Specific parameter name to test (e.g., id)
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 (e.g., http://127.0.0.1:8080 for Burp Suite)
verify_ssl: Verify SSL certificates
waf_bypass: WAF bypass technique
Returns: Scan results for the specified parameter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_url | 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 |