First Find


Description


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

Hints


Step(s)


  1. Download the zip file and unzip it using the unzip command. Navigate to the directory where the folder was extracted.

  2. Run the find command from the same location where the folder is extracted. Use the command find . -name uber-secret.txt to locate the path of the file named ‘uber-secret.txt’ within your current directory.

  3. Utilize the cat command to view the contents of the file. The flag can be found inside ‘uber-secret.txt’.

Flag