FirstFind
Description
Unzip this archive and find the file named 'uber-secret.txt'
Download zip file
https://artifacts.picoctf.net/c/502/files.zip
Solving
After extracting i found many files to search in
$ tree .
.
βββ 13771.txt.utf-8
βββ 14789.txt.utf-8
βββ acceptable_books
βΒ Β βββ 17879.txt.utf-8
βΒ Β βββ 17880.txt.utf-8
βΒ Β βββ more_books
βΒ Β βββ 40723.txt.utf-8
βββ adequate_books
βΒ Β βββ 44578.txt.utf-8
βΒ Β βββ 46804-0.txt
βΒ Β βββ more_books
βΒ Β βββ 1023.txt.utf-8
βΒ Β βββ .secret
βΒ Β βββ deeper_secrets
βΒ Β βββ deepest_secrets
βΒ Β βββ uber-secret.txt
βββ satisfactory_books
βββ 16021.txt.utf-8
βββ 23765.txt.utf-8
βββ more_books
βββ 37121.txt.utf-8
10 directories, 12 files
So i used grep -r
$ grep -r picoCTF{
adequate_books/more_books/.secret/deeper_secrets/deepest_secrets/uber-secret.txt:picoCTF{f1nd_15_f457_ab443fd1}
FLAG
picoCTF{f1nd_15_f457_ab443fd1}
Last updated