mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-07 11:16:28 +00: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
@ -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…
x
Reference in New Issue
Block a user