mirror of
https://github.com/nmap/nmap.git
synced 2026-01-24 23:29:04 +00:00
Add a pattern for a "no match found" type of response from LACNIC.
This commit is contained in:
@@ -1625,7 +1625,8 @@ function script_init( )
|
||||
"\n%s*([Rr]eserved:%s*$addr)",
|
||||
"\n[^\n]*([Nn]ot%s[Aa]ssigned[^\n]*$addr)",
|
||||
"\n%s*(No match!!)%s*\n",
|
||||
"(Invalid IP or CIDR block:%s*$addr)"
|
||||
"(Invalid IP or CIDR block:%s*$addr)",
|
||||
"\n%s*%%%s*(Unallocated and unassigned in LACNIC block:%s*$addr)",
|
||||
}
|
||||
nmap.registry.whois.m_err = {
|
||||
"\n%s*([Aa]n [Ee]rror [Oo]ccured)%s*\n",
|
||||
|
||||
Reference in New Issue
Block a user