My handy bash script to quickly set up debian linux VM's how I like em :)
Run the following:
git clone https://github.com/intrudir/vm-setup.sh.git
cd vm-setup.sh
chmod +x vm-setup.shHaven't tested on Mac yet :)
For every script, depending on if you want the full VM install or just minimal CTF things, run with -t full or -t ctf like so:
./vm-setup.sh -t ctfchmod +x install-configs.sh
./install-configs.shRequires golang to be installed already
chmod +x install-tools.sh
./install-tools.sh -t ctfchmod +x install-golang.sh
./install-golang.sh