From 5a54ce293b02f6a8714bf25c7eea03f21aa543f5 Mon Sep 17 00:00:00 2001 From: tomsellers Date: Sat, 2 Mar 2013 14:24:48 +0000 Subject: [PATCH] Correct a copy error in a recently added match line at 5931 --- nmap-service-probes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap-service-probes b/nmap-service-probes index 004015e70..3c125a35b 100644 --- a/nmap-service-probes +++ b/nmap-service-probes @@ -5928,7 +5928,7 @@ match http m|^HTTP/1\.0 \d\d\d .*CiscoSecure ACS Trial Login\r\n| match http m|^HTTP/1\.0 \d\d\d .*\r\nServer: httpd\r\n.*Motorola HomeNet Product |s p/Motorola broadband router http config/ d/broadband router/ match http m|^HTTP/1\.0 200 OK\nServer: Olicom/v([\d.]+)\nExpires: .*\nContent-Length: \d+\n\n\r\n\r\n\r\n(CF\w+) Olicom Fast Ethernet L3 Switch \([\d.]+\)| p/Olicom httpd/ v/$1/ i/Olicom $2 switch http config/ d/switch/ match http m|^HTTP/1\.0 200 OK\r\nContent-type: text/html\r\nPragma: no-cache\r\nCache-Control: no-cache\r\n\r\n\n\n Authentication Form \n \n \n \n \n\n

\n

Client Authentication Remote \nService

| p/Checkpoint firewall client authentication httpd/ d/firewall/ -http m|^HTTP/1\.[01] 200 OK\r\n.*Server: CPWS/([^\s]+).*content=\"WEBUI LOGIN PAGE\" />Gaia.*var version='([\d\w.]+)';var formAction|s p/Checkpoint firewall SmartPortal/ d/firewall/ i/CPWS $1/ v/$2/ +match http m|^HTTP/1\.[01] 200 OK\r\n.*Server: CPWS/([^\s]+).*content=\"WEBUI LOGIN PAGE\" />Gaia.*var version='([\d\w.]+)';var formAction|s p/Checkpoint firewall SmartPortal/ d/firewall/ i/CPWS $1/ v/$2/ match http m|^HTTP/1\.0 500 Internal Server Error\r\nCONTENT-LENGTH: 42\r\n\r\nYour request cannot be properly processed\.$| p/DVR 2400 Security Camera web interface/ d/webcam/ match http m|^HTTP/1\.[01] \d\d\d .*\r\nServer: IBM-HTTP-Server/([\d.]+)\r\n| p/IBM httpd/ v/$1/ match http m|^HTTP/1\.1 \d\d\d .*\r\nDate: .*\r\nServer: Agranat-EmWeb/R([\d_]+)\r\nContent-Length: \d+\r\nContent-Type: text/html\r\nETag: \"[^"]+\"\r\n.*\n\n\n\n\n|s p/Agranat-EmWeb/ v/$SUBST(1,"_",".")/ i/Nortel BayStack switch http config/ d/switch/ cpe:/a:agranat:emweb:$SUBST(1,"_",".")/a