Visit Website

RedisHoneyPot is a high-interaction honeypot system that supports the Redis protocol, developed in Golang. It simulates commands like ping, info, set, get, del, exists, keys, flushall, flushdb, save, select, dbsize, config, and slaveof. Usage: nohup ./RedisHoneyPot -addr 0.0.0.0:6379 -proto tcp -num 1 > redis.log & By default, it listens on port 6379 of 0.0.0.0 using the TCP protocol.

ALTERNATIVES