nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

FUZZ: Override HTTP request method using flag

Open ph-hitachi opened this issue 10 months ago • 1 comments

Please describe your feature request:

i'm working on one project and trying to use Fuzz Templates for vulnerability enumeration and all HTTP request method is hard coded:

http:
  - method: GET
    path:
      - "{{BaseURL}}"

Describe the use case of this feature:

nuclei -u https://example.com -data "param=FUZZ" -x POST

i read some commands but i don't see this feature, i don't know if this already exists but it will helpful

### Tasks

ph-hitachi avatar May 01 '24 09:05 ph-hitachi

This is great, thank you for the feature request @ph-hitachi ! We'll take a look into this :)

GeorginaReeder avatar May 01 '24 10:05 GeorginaReeder