First Find
Description
Unzip this archive and find the file named ‘uber-secret.txt’
Hints
Hint(s)
- NONE
Step(s)
-
Download the zip file and unzip it using the unzip command. Navigate to the directory where the folder was extracted.
-
Run the find command from the same location where the folder is extracted. Use the command
find . -name uber-secret.txtto locate the path of the file named ‘uber-secret.txt’ within your current directory. -
Utilize the cat command to view the contents of the file. The flag can be found inside ‘uber-secret.txt’.
Flag
Flag
picoCTF{f1nd_15_f457_ab443fd1}