feat: 添加SSH测试靶场

This commit is contained in:
ZacharyZcR
2024-12-20 19:08:49 +08:00
parent 672dfee2ac
commit bf1b45f407
2 changed files with 22 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t ubuntu-ssh .
docker run -d -p 22:22 ubuntu-ssh