Skip to content
Fuzzing688 B

HTTP Request Methods / Verbs (SecLists)

List of HTTP request methods/verbs including WebDAV and uncommon verbs, useful for HTTP verb tampering, method-based access-control bypass, and 403/405 testing.

View source
Size
688 B
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
ffufwfuzzburpnuclei

Preview

First 15 entries. Download or copy the full list (688 B) using the buttons above.

>head http-request-methods-seclists.txt688 B
OPTIONS
GET
HEAD
POST
PUT
DELETE
TRACE
TRACK
DEBUG
PURGE
CONNECT
PROPFIND
PROPPATCH
MKCOL
COPY

List of HTTP request methods/verbs including WebDAV and uncommon verbs, useful for HTTP verb tampering, method-based access-control bypass, and 403/405 testing.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 688 B and pairs well with tools such as ffuf, wfuzz, burp, nuclei. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.