From 44e92240a754a2e0ea0baf41b3f612d260dd07ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Copin?= Date: Tue, 17 Oct 2023 12:39:22 +0200 Subject: [PATCH] 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 --- Fuzzing/http-request-methods.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Fuzzing/http-request-methods.txt b/Fuzzing/http-request-methods.txt index 65e27c6e..c993c4e4 100644 --- a/Fuzzing/http-request-methods.txt +++ b/Fuzzing/http-request-methods.txt @@ -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