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

Update the way queries to ARIN are formed: from "+ <IP>" to "n + <IP>".

Update CHANGELOG with recent improvements to whois-ip.nse.
This commit is contained in:
jah
2014-04-21 14:20:36 +00:00
parent 338dca4cff
commit c4fc2529a8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Nmap Changelog ($Id$); -*-text-*-
o Improvements to whois-ip.nse: fix an unhandled error when a referred-to
response could not be understood; add a new pattern to recognise a
LACNIC "record not found" type of response and update the way ARIN is
queried. [jah]
Nmap 6.46 [2014-04-18]
o [NSE] Made numerous improvements to ssl-heartbleed to provide

View File

@@ -1506,7 +1506,7 @@ function script_init( )
nmap.registry.whois.whoisdb = {
arin = {
id = "arin",
hostname = "whois.arin.net", preflag = "+", postflag = "",
hostname = "whois.arin.net", preflag = "n +", postflag = "",
longname = {"american registry for internet numbers"},
fieldreq = nmap.registry.whois.fields_meta.arin,
smallnet_rule = nmap.registry.whois.fields_meta.arin.ob_netnum.netrange,