From 4f5be9bfab5f606abc39ce49ad9678b987e8a169 Mon Sep 17 00:00:00 2001 From: henri Date: Thu, 30 Jan 2014 18:35:13 +0000 Subject: [PATCH] Designate the redis service as "redis". This makes it consistent with the GET probe. --- nmap-service-probes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nmap-service-probes b/nmap-service-probes index 4d970a2b5..2f3d351ce 100644 --- a/nmap-service-probes +++ b/nmap-service-probes @@ -12141,8 +12141,8 @@ match pc-duo-gw m|^.........(.*)\0|s p/Vector PC-Duo Gateway Server/ i/Servernam Probe TCP redis-server q|\*1\r\n\$4\r\ninfo\r\n| rarity 8 ports 6379 -match redis-server m|-ERR operation not permitted\r\n|s p/Redis key-value store/ -match redis-server m|^\$\d+\r\nredis_version:([.\d]+)\r\n|s p/Redis key-value store/ v/$1/ +match redis m|-ERR operation not permitted\r\n|s p/Redis key-value store/ +match redis m|^\$\d+\r\nredis_version:([.\d]+)\r\n|s p/Redis key-value store/ v/$1/ ##############################NEXT PROBE############################## # Memcached distributed memory object caching system