Magikarp Ground Mission

Tags: #picoCTF2021 #GeneralSkills

Description : This CTF aims to give users an understanding of directory traversal and file opening in the shell.

Solution : Start the instance and log in to the machine.

First we will use ls command to get the content of current directory.

Here we have two files one is first part of flag and second file where we can find the next part

Use cat command to see the content of the file on the shell and follow the instructions to get the next part

1 Part

2 Part
3 Part

Bingo we got our flag

Last updated