Parseltongue
Can you speak to snakes? Read the flag at /flag.txt Password for ssh is verysecurepasswordyes ssh [email protected] -p 55555

Once logged onto the box via SSH,
Type sudo -l to show a list of available sudo privilege's.

The output shows that python can be executed with root level privilege's without the need for a password.
using cd / to traverse to the root directory, use a single line of python and you can read the file flag.txt from the directory.
python -c 'print(open("flag.txt").read())'
Flag is zerodays{why_didnt_you_tell_us_you_were_a_parselmouth}
Last updated