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