projectdiscovery / nuclei

Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
20.59k stars 2.51k forks source link

FUZZ: Override HTTP request method using flag #5127

Open ph-hitachi opened 6 months ago

ph-hitachi commented 6 months ago

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
GeorginaReeder commented 6 months ago

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