DISKO 1
Welcome back to the write-up series of picoCTF. Today we’ll see about the DISKO 1
Challenge in Forensics Category
Challenge Name: DISKO 1
Category: Forensics Easy
Description: Can you find the flag in this disk image? Download the disk image
First of all we’ll see the challenge
We can see there is a disk image (.dd) file given. Also there is a hint given
Hint : Maybe Strings could help? If only there was a way to do that?
So we will try to run strings
command on the disko-1.dd
file any try to search if there is something that is in format of the flag using grep
command
And yeah we got the flag ;)
Flag: picoCTF{1t5_ju5t_4_5tr1n9_e3408eef}