Basic Ubuntu 14.04 VM built to be used for playing CTFs.
- Pwndbg - Pretty GDB
- Radare2 - Intense command line disassembler suite of tools
Check Virtualbox for information on installing Virtualbox on your respective operating system.
Check VagrantUp for information on installing vagrant.
In the current directory, run the following commands
vagrant up
vagrant ssh
Run the following command in the VM:
gdb /bin/ls
Expected output:
Loaded 53 commands. Type pwndbg for a list.
Reading symbols from host-share/crackme...(no debugging symbols found)...done.
Only available when running
pwn>
Run the following command in the VM:
r2 /bin/ls
Expected output:
[0x00404890]> aaa
Drop files in the host-share
folder on your host to find them on your VM.