PicoCTF - First Find
31 Aug 2022picoCTF
Challenge
Tags
PicoGyn Exclusive / General skills
Description
Unzip this archive and find the file named ‘uber-secret.txt’
Download zip file
Writeup
wget https://artifacts.picoctf.net/c/550/files.zip
unzip files.zip
cd files
- use
find
command to find filefind . -name uber-secret.txt # ./adequate_books/more_books/.secret/deeper_secrets/deepest_secrets/uber-secret.txt
- checkout .txt we found!
cat ./adequate_books/more_books/.secret/deeper_secrets/deepest_secrets/uber-secret.txt # picoCTF{f1nd_15_f457_ab443fd1}
- Here’s the flag !
picoCTF{f1nd_15_f457_ab443fd1}
٩(^ᴗ^)۶