mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user