mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 19:22:07 +00:00
Corrected typo in redis probes
This commit is contained in:
parent
0de5d57036
commit
bba22fa596
1 changed files with 3 additions and 3 deletions
|
|
@ -10151,8 +10151,8 @@ match pc-duo-gw m|^.........(.*)\0|s i/Servername: $1/ p/Vector PC-Duo Gateway S
|
|||
|
||||
##############################NEXT PROBE##############################
|
||||
# Redis key-value store
|
||||
Probe TCP radis-server q|\*1\r\n\$4\r\ninfo\r\n|
|
||||
Probe TCP redis-server q|\*1\r\n\$4\r\ninfo\r\n|
|
||||
rarity 8
|
||||
ports 6379
|
||||
match radis-server m|-ERR operation not permitted\r\n|s p/Radis key-value store/
|
||||
match radis-server m|^\$\d+\r\nredis_version:([.\d]+)\r\n|s p/Radis key-value store/ v/$1/
|
||||
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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue