Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypwnpwnsocute/RedisHoneyPot
High Interaction Honeypot Solution for Redis protocol
https://github.com/cypwnpwnsocute/RedisHoneyPot
gev golang honeypot security
Last synced: 6 days ago
JSON representation
High Interaction Honeypot Solution for Redis protocol
- Host: GitHub
- URL: https://github.com/cypwnpwnsocute/RedisHoneyPot
- Owner: cypwnpwnsocute
- License: gpl-3.0
- Created: 2021-04-09T02:23:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T05:57:05.000Z (over 3 years ago)
- Last Synced: 2024-08-02T07:11:16.170Z (3 months ago)
- Topics: gev, golang, honeypot, security
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 15
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-honeypots - RedisHoneyPot - High Interaction Honeypot Solution for Redis protocol. (Honeypots)
- fucking-awesome-honeypots - RedisHoneyPot - High Interaction Honeypot Solution for Redis protocol. (Honeypots)
README
# RedisHoneyPot
***
RedisHoneyPot是一款支持Redis协议的高交互式蜜罐系统。采用Golang语言开发。* 已实现模拟命令
1. ping
2. info
3. set
4. get
5. del
6. exists
7. keys
8. flushall
9. flushdb
10. save
11. select
12. dbsize
13. config
14. slaveof* 使用方法
``` nohup ./RedisHoneyPot -addr 0.0.0.0:6379 -proto tcp -num 1 > redis.log &```
* 默认监听0.0.0.0的6379端口,使用tcp协议