1
0
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:
jah
2014-04-21 14:03:57 +00:00
parent c47fff6fc2
commit 338dca4cff

View File

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