feat: 添加VNC测试靶场

This commit is contained in:
ZacharyZcR
2024-12-20 03:01:26 +08:00
parent ef2c20bf4e
commit c0b7f4ca4f
2 changed files with 53 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[supervisord]
nodaemon=true
[program:vnc]
command=/usr/bin/vncserver :1 -geometry 1280x800 -depth 24
user=vncuser
autostart=true
autorestart=true