Initial Commit
This commit is contained in:
9
vulnbox/helper-scripts/entry.sh
Normal file
9
vulnbox/helper-scripts/entry.sh
Normal 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
|
||||
Reference in New Issue
Block a user