HTTP Payloads Examples
Review some HTTP payload examples for Nuclei
HTTP Intruder fuzzing
This template makes a defined POST request in RAW format along with in template defined payloads running clusterbomb
intruder and checking for string match against response.
Fuzzing multiple requests
This template makes a defined POST request in RAW format along with wordlist based payloads running clusterbomb
intruder and checking for string match against response.
Authenticated fuzzing
This template makes a subsequent HTTP requests with defined requests maintaining sessions between each request and checking for string match against response.
Dynamic variable support
This template makes a subsequent HTTP requests maintaining sessions between each request, dynamically extracting data from one request and reusing them into another request using variable name and checking for string match against response.
Was this page helpful?