mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add a pattern for a "no match found" type of response from LACNIC.
This commit is contained in:
parent
c47fff6fc2
commit
338dca4cff
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue