mirror of
https://github.com/nmap/nmap.git
synced 2026-09-06 10:29:46 +00:00
Update Redis version probe to skip comments. Fixes #789
This commit is contained in:
parent
0e7f11673c
commit
19acf2feaf
1 changed files with 1 additions and 1 deletions
|
|
@ -15100,7 +15100,7 @@ Probe TCP redis-server q|\*1\r\n\$4\r\ninfo\r\n|
|
|||
rarity 8
|
||||
ports 6379
|
||||
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/
|
||||
match redis m|^\$\d+\r\n(?:#[^\r\n]*\r\n)*redis_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