From 2688e3413c8f16622c8a1a748d3d890ca7ce3157 Mon Sep 17 00:00:00 2001 From: sven Date: Sun, 21 Sep 2008 09:31:23 +0000 Subject: [PATCH] add matchline for 3-port zero one tech printserver http config --- nmap-service-probes | 1 + 1 file changed, 1 insertion(+) diff --git a/nmap-service-probes b/nmap-service-probes index a2020cf6b..ae6d7c647 100644 --- a/nmap-service-probes +++ b/nmap-service-probes @@ -3682,6 +3682,7 @@ match http m|^HTTP/1\.0 200 Document follows\r\nServer: IP_SHARER WEB ([\d.]+)\r match http m|^HTTP/1\.1 \d\d\d .*\r\nWWW-Authenticate: Basic realm=\"InterMapper\"\r\n.*\r\nServer: InterMapper/([\d.]+)\r\n|s p/InterMapper Network Monitor httpd/ v/$1/ match http m|^HTTP/1\.0 200 OK\r\n.*\r\nServer: ZOT-PS-13/([\d.]+)\r\n|s p/Hawking Print Server httpd/ v/$1/ d/print server/ match http m|^HTTP/1\.0 200 OK.*\r\nServer: ZOT-PS-11/([\d.]+)\r\n.*\n\n|s p/3P print server http config/ i/ZOT-PS-11 $1/ d/print server/ +match http m|^HTTP/1\.0 401 Unauthorized\r\n.*\r\nServer: (ZOT-PS-17/[\d.]+)\r\n|s p/print server http config/ v/$1/ d/print server/ match http m|^HTTP/1\.0 302 Temporarily Moved\nLocation: /winamp\?page=main\nConnection: close\nContent-type: text/html\n\n\n\nWinamp Web Interface| p/Winamp Web Interface/ match http m|^HTTP/1\.[01] \d\d\d .*\r\n.*Server: Lasso/([\d.]+)\r\n\r\n|s p/Lasso httpd/ v/$1/ match http m|^HTTP/1\.0 \d\d\d .*\r\nServer: BaseHTTP/([\d.]+) Python/([\d.]+)\r\nDate: .*Roundup trackers index\n

Roundup trackers index

|s p/Roundup issue tracker/ i|BaseHTTP/$1 Python/$2|