nuclei
nuclei copied to clipboard
add -reqfile or -reqpath and -randfuzz option to add request.txt file in the fuzz attack
Imagine that I have a request.txt file structured as follows:
Method: GET Host: example.com Path: /api/resource Parameters:
- key1: fuzz
- key2: fuzz Headers:
- Content-Type: application/json
- Authorization: Bearer token123=fuzz
- Cookie: cookie_name=cookie_value; another_cookie=fuzz Body: { "key": "fuzz" }
In this context, the adaptation of the fuzz-template from the projectdiscovery/fuzzing-templates repository involves inserting the payload into the body, parameters, headers, and other relevant parts of the request. and how if i have tons of request file at one path?
~BIG-thanks for the tool and your works.. ~BestRegards
Thanks so much for opening this issue @mb01LINX , we'll take a look into it!