mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-08 11:46:29 +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
|
PUT
|
||||||
DELETE
|
DELETE
|
||||||
TRACE
|
TRACE
|
||||||
|
TRACK
|
||||||
|
DEBUG
|
||||||
PURGE
|
PURGE
|
||||||
CONNECT
|
CONNECT
|
||||||
PROPFIND
|
PROPFIND
|
||||||
@ -47,6 +49,8 @@ post
|
|||||||
put
|
put
|
||||||
delete
|
delete
|
||||||
trace
|
trace
|
||||||
|
track
|
||||||
|
debug
|
||||||
purge
|
purge
|
||||||
connect
|
connect
|
||||||
propfind
|
propfind
|
||||||
|
Loading…
x
Reference in New Issue
Block a user