Challenge Description

Can you find the flag in this disk image? Download the disk image here.

Approach and Steps

Downloaded the file and extracted it using gunzip.

Running strings with grep reveals the flag.

strings disko-1.dd | grep picoCTF

Flag

Flag

picoCTF{1t5_ju5t_4_5tr1n9_c63b02ef}

Tools Used

strings grep gunzip