From c199828a49b3bc04c239ce177fdc1e5b52b7cbae Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 15 Dec 2015 16:40:01 +0000 Subject: [PATCH] Remove intrusive category from hostmap-bfk --- scripts/hostmap-bfk.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hostmap-bfk.nse b/scripts/hostmap-bfk.nse index 9490fc6b1..6466c4e75 100644 --- a/scripts/hostmap-bfk.nse +++ b/scripts/hostmap-bfk.nse @@ -62,7 +62,7 @@ author = "Ange Gutek" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" -categories = {"external", "discovery", "intrusive"} +categories = {"external", "discovery"} local HOSTMAP_SERVER = "www.bfk.de"