GRC: Nmap: allow hyphens in domains
This commit is contained in:
parent
838d34e842
commit
961cfa1caf
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ regexp=Network Distance:\s(\d+)
|
|||
colours=default,bold green
|
||||
-
|
||||
# commmon name
|
||||
regexp=commonName=([0-9a-z.*]*)
|
||||
regexp=commonName=([0-9a-z.\-*]*)
|
||||
colours=default,bold green
|
||||
-
|
||||
# SAN
|
||||
regexp=DNS:([0-9a-z.*]*)
|
||||
regexp=DNS:([0-9a-z.\-*]*)
|
||||
colours=default,bold green
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue