mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 12:11:52 +08:00
feat: 添加Redis测试靶场
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 使用Redis官方镜像
|
||||
FROM redis:latest
|
||||
|
||||
# 替换默认配置文件
|
||||
COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||
|
||||
# 开放6379端口
|
||||
EXPOSE 6379
|
||||
|
||||
# 启动Redis
|
||||
CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||
Reference in New Issue
Block a user