Description
Can you find the flag in file without running it?
Hint
Step 1
- Download the file from picoCTF
- run
strings -d /strings | grep pico - This command will get all of the data from the file strings then will grep out the line that has pico in it.
Flag
Flag
picoCTF{5tRIng5_1T_827aee91}