DarkCTF 2020: Linux/Find-Me

Linux/Find-Me

321 points

Mr.Wolf was doing some work and he accidentally deleted the important file can you help him and read the file?
Note: All players will get individual container.
ssh [email protected] -p 10000 password: wolfie

Solution

findme1

Let’s have a look what accidently deleted files we can find ;-)

ps aux
cd /proc/10/fd
ls
cat 3

findme2

Some password, but what for?
Let’s see what users do we have on this box.

getent passwd

findme3

Password seems to be accurate.

findme4

So, where’s the flag?

findme5

Reversing the text gave me the flag…

darkCTF{w0ahhn1c3w0rk!!!}

Privacy Policy
luc © 2021