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 if you’re not familiar with the command-line.
- https://linuxize.com/post/linux-cd-command/
Solution
Pwned by @skytect and (@fishjojo1)
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 directorycd / # go to root directory
WH2022{Low_crime_is_not_no_crime!}