1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-12 02:39:03 +00:00

Already implemented in r29399

See Github commit 1441aea655
This commit is contained in:
nnposter
2020-05-19 23:26:10 +00:00
parent eefc08e795
commit b64f17b1ad

View File

@@ -41,7 +41,6 @@ various names of the form <name>.example.com are tried.
-- | docs.example.com: 302 -> https://www.example.com/docs/ -- | docs.example.com: 302 -> https://www.example.com/docs/
-- |_images.example.com: 200 -- |_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 -- @internal: see http://seclists.org/nmap-dev/2010/q4/401 and http://seclists.org/nmap-dev/2010/q4/445
-- --
-- --