v0.26.0 — RedisHoneyPot (cypwnpwnsocute/RedisHoneyPot)
Adds fingerprinting for RedisHoneyPot (cypwnpwnsocute/RedisHoneyPot).
Four-probe chain — all probes at the RESP protocol layer, no auth required:
- 99% —
AUTH xreturns-ERR unknown commandAUTH`` — nocase "auth"in dispatch; real Redis 6.x always handles AUTH - 99% —
INFO serverreturns staticrun_id:41be2f14e917b27b95ab0fe58f90d9521661dcd1(redis.conf:18 — hardcoded; real Redis regenerates on every startup) - 99% —
INFO replicationreturns staticmaster_replid:e8ab6fdf17602f25e3aee87612ddaa3919502761(redis.conf:124 — hardcoded; real Redis regenerates after restart or simulated failover) - 90% —
GET nonexistentreturns+(nil)simple string instead of$-1bulk null (RESP type mismatch in server.go)
Wired before the generic Redis depth test in the verdict.go Redis dispatch.