feat: 添加FTP测试靶场

This commit is contained in:
ZacharyZcR 2024-12-21 02:00:04 +08:00
parent 497bc2e86b
commit b7d4e185aa

View File

@ -0,0 +1,2 @@
docker run -d -p 20:20 -p 21:21 -p 47000-48000:47000-48000 -e FTP_USER=admin -e FTP_PASS=123456 -e PASV_ADDRESS=127.0.0.1 --name ftp bogem/ftp
Mac上可能有问题