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.sh
Haven'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 ctf
chmod +x install-configs.sh
./install-configs.sh -t ctf
Requires golang to be installed already
chmod +x install-tools.sh
./install-tools.sh -t ctf
chmod +x install-golang.sh
./install-golang.sh