mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 15:39:03 +00:00
Update documentation and example usage and output to be (I hope) more clear.
Originally committed by fyodor but recommitted by david after recovery from backup.
This commit is contained in:
@@ -5,21 +5,21 @@ local string = require "string"
|
|||||||
local table = require "table"
|
local table = require "table"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Discovers hostnames that resolve to the target's IP address by querying the Robtex service at http://www.robtex.com/dns/.
|
Discovers hostnames that resolve to the target's IP address by querying the online Robtex service at http://ip.robtex.com/.
|
||||||
]];
|
]];
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap --script hostmap-robtex
|
-- nmap --script hostmap-robtex -sn -Pn scanme.nmap.org
|
||||||
--
|
--
|
||||||
-- @output
|
-- @output
|
||||||
-- Host script results:
|
|
||||||
-- | hostmap-robtex:
|
-- | hostmap-robtex:
|
||||||
-- | example.edu
|
-- | scanme.nmap.org
|
||||||
-- | example.net
|
-- | li86-221.members.linode.com
|
||||||
-- | example.edu
|
-- | chat.nmap.org
|
||||||
-- |_ example.net
|
-- | scanme.insecure.org
|
||||||
-- (some results omitted for brevity)
|
-- | scanme.nmap.com
|
||||||
|
-- |_ scanme.org
|
||||||
--
|
--
|
||||||
|
|
||||||
author = "Arturo Busleiman <buanzo@buanzo.com.ar>";
|
author = "Arturo Busleiman <buanzo@buanzo.com.ar>";
|
||||||
|
|||||||
Reference in New Issue
Block a user