From 27c8ff98762895bdfd17be90078ed736658d42a8 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Jan 2013 18:46:45 +0000 Subject: [PATCH] Fix NSEDoc in http-vhosts. Noticed by David Matousec. http://seclists.org/nmap-dev/2013/q1/39 --- scripts/http-vhosts.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/http-vhosts.nse b/scripts/http-vhosts.nse index 644cee1f6..301380e88 100644 --- a/scripts/http-vhosts.nse +++ b/scripts/http-vhosts.nse @@ -23,14 +23,14 @@ various names of the form .example.com are tried. --- -- @usage -- nmap --script http-vhosts -p 80,8080,443 - +-- -- @arg http-vhosts.domain The domain that hostnames will be prepended to, for -- example example.com yields www.example.com, www2.example.com, -- etc. If not provided, a guess is made based on the hostname. -- @arg http-vhosts.path The path to try to retrieve. Default /. -- @arg http-vhosts.collapse The limit to start collapsing results by status code. Default 20 -- @arg http-vhosts.filelist file with the vhosts to try. Default nselib/data/vhosts-default.lst - +-- -- @output -- PORT STATE SERVICE REASON -- 80/tcp open http syn-ack