Skip to content

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:

Solution

Pwned by @skytect and (@fishjojo1)

Essentially this is just an interactive cd game that you can play.

Just remember,

Terminal window
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!}