
A lightweight VM for hardware hacking, RE (fuzzing, symEx, exploiting etc) and wargaming tasks
This is a Ubuntu VM tailored for hardware hacking, RE and Wargaming.

Check Virtualbox for information on installing Virtualbox on your respective operating system.
Check VagrantUp for information on installing vagrant.
git clone https://github.com/0xM3R/cgPwn
cd cgPwn
vagrant up
... Grab a beer and relax until everything is getting setup for you ;)
vagrant ssh
By default, personal dotfiles are installed onto the VM. Simply comment out the following lines in cgPwn.sh if you don't want my settings.
# Personal config
sudo apt-get -y install stow
cd ~
rm .bashrc
git clone https://github.com/0xM3R/dotfiles
cd dotfiles
chmod a+x ./install.sh
./install.sh
Drop files in the sharedFolder folder on your host to find them on your VM at /home/vagrant/sharedFolder