feat: 添加Redis测试靶场

This commit is contained in:
ZacharyZcR
2024-12-20 19:49:22 +08:00
parent 3fe6e3eec5
commit e6545417b8
3 changed files with 30 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 允许远程访问
bind 0.0.0.0
# 关闭保护模式(允许外部连接)
protected-mode no
# 不设置密码
requirepass ""
# 后台运行
daemonize no
# 关闭持久化
appendonly no