Web Tools
Tools
sqlmap and ZAP auth/cookie integration
Open ZAP and login in to target application
Visit request that contains authenticated cookie
Copy the cookie value in the request tab
Run sqlmap command with cookie and proxy included
Example uses for the field:
Proxy sqlmap through ZAP with custom user agent "bughunter"
Searching for the word "pass"
Command | Description |
---|---|
| curl help menu |
| Basic GET request |
| Download file |
| Skip HTTPS (SSL) certificate validation |
| Print full HTTP request/response details |
| Send HEAD request (only prints response headers) |
| Print response headers and response body |
| Set User-Agent header |
| Set HTTP basic authorization credentials |
| Pass HTTP basic authorization credentials in the URL |
| Set request header |
| Pass GET parameters |
| Send POST request with POST data |
| Set request cookies |
| Send POST request with JSON data |
| All subdomains for a given domain. |
| All TLDs found for a given domain. |
| All results across all TLDs for a given domain. |
| Reverse DNS lookup on IP address. |
| Reverse DNS lookup of a CIDR range. |
| Certificate Transparency. |
Last updated