Initial Commit

This commit is contained in:
2025-06-23 16:42:16 +02:00
commit cc7f8bcba8
16 changed files with 341 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
echo "root:${VULNBOX_PASSWORD}" | chpasswd
rc-service sshd start
rc-service nginx start
# This is needed, otherwise
# the machine will close
sleep infinity