mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-04-27 17:26:29 -04:00
Add HTTP versb TRACK and DEBUG
Especially used in IIS servers. Sources: - https://nmap.org/nsedoc/scripts/http-aspnet-debug.html - https://techcommunity.microsoft.com/t5/iis-support-blog/http-track-and-trace-verbs/ba-p/784482
This commit is contained in:
parent
395c945627
commit
44e92240a7
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@ POST
|
|||
PUT
|
||||
DELETE
|
||||
TRACE
|
||||
TRACK
|
||||
DEBUG
|
||||
PURGE
|
||||
CONNECT
|
||||
PROPFIND
|
||||
|
@ -47,6 +49,8 @@ post
|
|||
put
|
||||
delete
|
||||
trace
|
||||
track
|
||||
debug
|
||||
purge
|
||||
connect
|
||||
propfind
|
||||
|
|
Loading…
Add table
Reference in a new issue