Sandbox environment for CTF.
- VirtualBox
- Vagrant
Get Installer from...
https://www.vagrantup.com/downloads.html
https://www.virtualbox.org/wiki/Downloads
If you don't have homebrew yet,
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew cask install virtualbox
brew cask install vagrant
You MUST use this script for booting VM.
./run_vm.sh
vagrant ssh
vagrant halt
vagrant destroy
You can use share
directory to share some files with VM.
It's mounted as /share
in VM.
Contribution (feature request or bug reporting) is welcome ;)