From b64f17b1ad6d90df30f633faec66b672d3cf7fe7 Mon Sep 17 00:00:00 2001 From: nnposter Date: Tue, 19 May 2020 23:26:10 +0000 Subject: [PATCH] Already implemented in r29399 See Github commit 1441aea655b4699e624fc228e8faab101128d853 --- scripts/http-vhosts.nse | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/http-vhosts.nse b/scripts/http-vhosts.nse index 0e067c607..c5827bc3a 100644 --- a/scripts/http-vhosts.nse +++ b/scripts/http-vhosts.nse @@ -41,7 +41,6 @@ various names of the form .example.com are tried. -- | docs.example.com: 302 -> https://www.example.com/docs/ -- |_images.example.com: 200 -- --- @todo feature: move hostnames to an external file and allow the user to use another one -- @internal: see http://seclists.org/nmap-dev/2010/q4/401 and http://seclists.org/nmap-dev/2010/q4/445 -- --