o Added service probe for Redis key-value store [Patrik]

This commit is contained in:
patrik 2011-12-31 01:41:26 +00:00
parent 20575e01b9
commit 0de5d57036
2 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Nmap Changelog ($Id$); -*-text-*-
o Added service probe for Redis key-value store [Patrik]
o Targets requiring different source addresses now go into different
hostgroups, not only for host discovery but also for port scanning.
Before, only responses to one of the source addresses would be

View file

@ -10148,3 +10148,11 @@ Probe UDP pc-duo-gw q|\x20\x90\x80\x08\xff\0|
rarity 8
ports 2303
match pc-duo-gw m|^.........(.*)\0|s i/Servername: $1/ p/Vector PC-Duo Gateway Server/
##############################NEXT PROBE##############################
# Redis key-value store
Probe TCP radis-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/