Catch the theiFS
Description
CTF: Whitehacks 2022
Author: Lord_Idiot
Difficulty: Easy
Try and catch the thieFS!
Connect with:
ssh play@challenges1.whitehacks.xyz -p 55332
Some helpful resources:
- You can use PuTTY (opens in a new tab) if you're not familiar with the command-line.
- https://linuxize.com/post/linux-cd-command/ (opens in a new tab)
Solution
Pwned by @skytect (opens in a new tab) and (@fishjojo1 (opens in a new tab))
Essentially this is just an interactive cd
game that you can play.
Just remember,
cd foo # enter directory 'foo'
cd /foo/bar # enter directory '/foo/bar'
cd .. # go up one directory
cd / # go to root directory
WH2022{Low_crime_is_not_no_crime!}