feat: 添加Mongodb测试靶场

This commit is contained in:
ZacharyZcR
2024-12-20 19:53:20 +08:00
parent c7b6e21d39
commit 878595e341
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
docker build -t mongodb-server .
docker run -d \
-p 27017:27017 \
--name mongodb-container \
mongodb-server