1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Designate the redis service as "redis".

This makes it consistent with the GET probe.
This commit is contained in:
henri
2014-01-30 18:35:13 +00:00
parent 4eaa21e7cb
commit 4f5be9bfab

View File

@@ -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