Closed jcran closed 3 years ago
Adds basic redis support. Note that this currently uses the redis gem for connecting to a server. Given how simple the the protocol is, it should probably be replaced with something a little more lightweight. Example:
intrigue-ident % ./util/ident.rb -u redis://149.129.174.188 Fingerprint: - Redislabs Redis 5.0.10 - redis version (CPE: cpe:2.3:a:redislabs:redis:5.0.10:) (Tags: ["RedisServer"]) (Hide: false) (Issues: ) (Tasks: )
Adds basic redis support. Note that this currently uses the redis gem for connecting to a server. Given how simple the the protocol is, it should probably be replaced with something a little more lightweight. Example: