1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 13:19:01 +00:00

Reflow NSEDoc for PDF inclusion.

This commit is contained in:
david
2010-07-18 19:41:04 +00:00
parent 5f035c6a61
commit 8811bdb6cc
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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.