From 8811bdb6ccfe003bfa92b2b2de6b2c81ac752917 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 18 Jul 2010 19:41:04 +0000 Subject: [PATCH] Reflow NSEDoc for PDF inclusion. --- nselib/stdnse.lua | 3 ++- scripts/asn-query.nse | 11 +++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nselib/stdnse.lua b/nselib/stdnse.lua index 47130271a..9bc043ae4 100644 --- a/nselib/stdnse.lua +++ b/nselib/stdnse.lua @@ -48,7 +48,8 @@ c = nil -- sleep is a C function defined in nse_nmaplib.cc. ---- Prints a formatted debug message if the current verbosity level is greater +--- +-- Prints a formatted debug message if the current verbosity level is greater -- than or equal to a given level. -- -- This is a convenience wrapper around diff --git a/scripts/asn-query.nse b/scripts/asn-query.nse index c33081830..f4e81c036 100644 --- a/scripts/asn-query.nse +++ b/scripts/asn-query.nse @@ -4,12 +4,11 @@ Maps IP addresses to autonomous system (AS) numbers. The script works by sending DNS TXT queries to a DNS server which in turn queries a third-party service provided by Team Cymru (team-cymru.org) using an in-addr.arpa style zone set up especially for -use by Nmap. -The responses to these queries contain both Origin and Peer ASNs and -their descriptions, displayed along with the BGP Prefix and Country Code. -The script caches results to reduce the number of queries and should -perform a single query for all scanned targets in a BGP Prefix present in -Team Cymru's database. +use by Nmap. The responses to these queries contain both Origin and Peer +ASNs and their descriptions, displayed along with the BGP Prefix and +Country Code. The script caches results to reduce the number of queries +and should perform a single query for all scanned targets in a BGP +Prefix present in Team Cymru's database. Be aware that any targets against which this script is run will be sent to and potentially recorded by one or more DNS servers and Team Cymru.