mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Make a dominoconsole match more specific. It was matching an HTTP
response that happened to have some '/' and ':' in it. This was reported by Chris Clements.
This commit is contained in:
parent
715338f9cb
commit
9e0c58b55e
1 changed files with 1 additions and 1 deletions
|
|
@ -9959,7 +9959,7 @@ Probe TCP dominoconsole q|\#ST\n|
|
|||
rarity 8
|
||||
sslports 2050
|
||||
|
||||
match dominoconsole m|^([^/]+)/([^:]+):([^:]*):([^:]*):| p/Lotus Domino Console/ o/$3/ h/$2/ i/domain: $1; description: "$4"/
|
||||
match dominoconsole m|^([^/]+)/([\w._-]+):([^:]*):([^:]*):| p/Lotus Domino Console/ o/$3/ h/$2/ i/domain: $1; description: "$4"/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
# Informix probe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue