nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

add -reqfile or -reqpath and -randfuzz option to add request.txt file in the fuzz attack

Open mb01LINX opened this issue 1 year ago • 1 comments

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

mb01LINX avatar Mar 28 '24 23:03 mb01LINX

Thanks so much for opening this issue @mb01LINX , we'll take a look into it!

GeorginaReeder avatar Mar 29 '24 11:03 GeorginaReeder