Obedient Cat

Tags: picoCTF2021 General Skills

Description: This file has a flag in plain sight (aka “in-the-clear”).

Solution : As the description tells us, the flag is present in the file provided to us. Solution: As the description tells us, the flag is present in the file provided to us. We simply need to download the file and get the flag. To do we either can use the wget command or we can simply click on the given link to download the file. Once the file is downloaded we can use cat command to get the content of our downloaded file

Last updated