mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 09:29:01 +00:00
Did some NSEDoc cleanup on many of the 45 NSE scripts which are new since the 5.35DC1 Nmap release. Emphasis was on the first paragraph of the description, since that is shown on the front page of http://nmap.org/nsedoc and I'm planning to use that description verbatim (except for removing tags like <code>) for the CHANGELOG
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
description = [[
|
||||
Searches for web virtual hostnames.
|
||||
Searches for web virtual hostnames by making a large number of HEAD requests against http servers using common hostnames.
|
||||
|
||||
Makes a number of HEAD requests to the same server, providing a different
|
||||
<code>Host</code> header each time. The hostnames come from a built-in default
|
||||
Each HEAD request provides a different
|
||||
<code>Host</code> header. The hostnames come from a built-in default
|
||||
list. Shows the names that return a document. Also shows the location of
|
||||
redirections.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user