From 9e0c58b55e12d8f8bd379cd0e28352a202e66a8f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 25 Apr 2011 21:06:30 +0000 Subject: [PATCH] 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. --- nmap-service-probes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap-service-probes b/nmap-service-probes index fc0ff8fb5..bdf6af8d0 100644 --- a/nmap-service-probes +++ b/nmap-service-probes @@ -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