From ba12d8b03eefdb2c706d44276f31841019f699b4 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 20 Apr 2026 20:19:34 +0000 Subject: [PATCH] Note a potential enhancement. Closes #63 --- scripts/http-slowloris.nse | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/http-slowloris.nse b/scripts/http-slowloris.nse index 87584e06b..4cc0638b7 100644 --- a/scripts/http-slowloris.nse +++ b/scripts/http-slowloris.nse @@ -60,6 +60,9 @@ author = {"Aleksandar Nikolic", "Ange Gutek"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"dos", "intrusive"} +-- Note: The http-slowloris script has lots of script-level variables that will +-- probably conflict with each other when scanning multiple services. +-- See https://github.com/nmap/nmap/issues/63 portrule = shortport.http