Vulnhub: UnknownDevice64-1
Rather than a write up, TIL posts will be used to track things I have learned during specific labs.
During this lab I have learned the following:
- I need to remember some basic commands such as
to find commands that can be run as sudo.sudo -l
- Double tab can be used to find commands that can be run in a restricted shell
- vi can be used to spawn an unrestricted shell using
:!/bin/bash
- steghide can be a handy program to install on a standard kali install