
RedisHoneyPot
#Threat Defense#Honeypots
High-interaction SSH honeypot for logging SSH proxy with ongoing development.
RedisHoneyPot: A Comprehensive High-Interaction Honeypot System
RedisHoneyPot is a high-interaction honeypot system that is designed to support the Redis protocol. It has been developed using the Golang programming language.
Simulating Redis Commands and Usage Instructions
This tool simulates various Redis commands such as ping, info, set, get, del, exists, keys, flushall, flushdb, save, select, dbsize, config, and slaveof. To use it, execute the following command: nohup ./RedisHoneyPot -addr 0.0.0.0:6379 -proto tcp -num 1 > redis.log &. By default, it listens on IP address 0.0.0.0 at port 6379 using the TCP protocol.