From 2ed728a6f160eda308a0a1ba0161e53d119942b5 Mon Sep 17 00:00:00 2001 From: patrik Date: Tue, 16 Feb 2010 16:09:54 +0000 Subject: [PATCH] Corrected incorrect match line for SqueezeCenter CLI and added song count --- nmap-service-probes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap-service-probes b/nmap-service-probes index f3ff967c6..e2e773a72 100644 --- a/nmap-service-probes +++ b/nmap-service-probes @@ -8604,5 +8604,5 @@ Probe TCP SqueezeCenter_CLI q|serverstatus\r\n| rarity 8 ports 9090 -match squeezecli m|^serverstatus.*version%3A([\.\d]+) uuid%3A([-\w]+) info%20total%20albums%3A\d+ info%20total%20artists%3A\d+ info%20total%20genres%3A\d+ info%20total%20songs%3A\d+ player%20count%3A\d+ sn%20player%20count%3A\d+ other%20player%20count%3A\d+\r\n|s p/SqueezeCenter CLI/ i/UUID: $2/ v/$3/ +match squeezecli m|^serverstatus.*version%3A([\.\d]+) uuid%3A([-\w]+) info%20total%20albums%3A\d+ info%20total%20artists%3A\d+ info%20total%20genres%3A\d+ info%20total%20songs%3A(\d+) player%20count%3A\d+ sn%20player%20count%3A\d+ other%20player%20count%3A\d+\r\n|s p/SqueezeCenter CLI/ i/UUID: $2, Total songs: $3/ v/$1/