From b9bf5ec5cc1df4ed7bd1f08a894d18aa4749c0b8 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 12 Apr 2013 17:29:21 +0000 Subject: [PATCH] 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. --- scripts/hostmap-robtex.nse | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/hostmap-robtex.nse b/scripts/hostmap-robtex.nse index 3739c13a6..da036b4b3 100644 --- a/scripts/hostmap-robtex.nse +++ b/scripts/hostmap-robtex.nse @@ -5,21 +5,21 @@ local string = require "string" local table = require "table" 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 --- nmap --script hostmap-robtex +-- nmap --script hostmap-robtex -sn -Pn scanme.nmap.org -- -- @output --- Host script results: --- | hostmap-robtex: --- | example.edu --- | example.net --- | example.edu --- |_ example.net --- (some results omitted for brevity) +-- | hostmap-robtex: +-- | scanme.nmap.org +-- | li86-221.members.linode.com +-- | chat.nmap.org +-- | scanme.insecure.org +-- | scanme.nmap.com +-- |_ scanme.org -- author = "Arturo Busleiman ";