mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
update the example command/output for the script to use an example from stanford
This commit is contained in:
parent
68f5b44981
commit
3d025e074e
1 changed files with 4 additions and 2 deletions
|
|
@ -19,12 +19,14 @@ http://www.shadowserver.org/wiki/pmwiki.php/Services/IP-BGP
|
|||
-- @args newtargets Add discovered targets to Nmap scan queue.
|
||||
--
|
||||
-- @usage
|
||||
-- nmap --script asn-to-prefix --script-args asn-to-prefix.asn={65000,65001}[asn-to-prefix.whois_server=asn.shadowserver.org,asn-to-prefix.whois_port=43,newtargets]
|
||||
-- nmap --script asn-to-prefix --script-args asn-to-prefix.asn=12
|
||||
--
|
||||
-- @output
|
||||
-- 53/udp open domain udp-response
|
||||
-- | asn-to-prefix:
|
||||
-- |_ 127.0.0.0/8
|
||||
-- | 32
|
||||
-- | 128.12.0.0/16
|
||||
-- |_ 171.64.0.0/14
|
||||
|
||||
author = "John Bond"
|
||||
license = "Simplified (2-clause) BSD license--See http://nmap.org/svn/docs/licenses/BSD-simplified"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue