Specify HTTP Request Method
Specify HTTP Request Method
Section titled “Specify HTTP Request Method”Version 2.5.0 introduces the ability to specify the HTTP request method sent in each request. Some additional info:
- multiple methods may be used (i.e.
-m POST GET) - anything can be specified, not just valid http verbs (i.e.
-m derp)
Example
Section titled “Example”feroxbuster -u https://some-example-site.com -m POST GET dErP