mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Designate the redis service as "redis".
This makes it consistent with the GET probe.
This commit is contained in:
parent
4eaa21e7cb
commit
4f5be9bfab
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue