mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-08 21:21:10 +02: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
|
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…
Reference in a new issue