Challenge Description
This challenge is basically identical to a previous challenge I’ve completed (strings it). We first download the challenge file using wget <link>
, check the file type using file <file-name>
(optional), and display printable characters in the file using strings <file-name>
.
strings
command
strings
prints the strings of printable characters in files.
As seen above, the output of the strings command display the full flag.
Flag
picoCTF{b1scu1ts_4nd_gr4vy_30e77291}