PicoCTF - First Find



Challenge

Tags

PicoGyn Exclusive / General skills

Description

Unzip this archive and find the file named ‘uber-secret.txt’
Download zip file

Writeup

  1. wget https://artifacts.picoctf.net/c/550/files.zip
  2. unzip files.zip
  3. cd files
  4. use find command to find file
    find . -name uber-secret.txt   
    # ./adequate_books/more_books/.secret/deeper_secrets/deepest_secrets/uber-secret.txt
    
  5. checkout .txt we found!
    cat ./adequate_books/more_books/.secret/deeper_secrets/deepest_secrets/uber-secret.txt
    # picoCTF{f1nd_15_f457_ab443fd1} 
    
  6. Here’s the flag ! picoCTF{f1nd_15_f457_ab443fd1} ٩(^ᴗ^)۶