mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
338dca4cff
commit
c4fc2529a8
2 changed files with 6 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue