Information
Points | Category | Level |
---|---|---|
50 | Forensics | Easy |
Challenge
Can you unzip this file for me and retreive the flag?
Hint
Make sure to submit the flag as picoCTF{XXXXX}
Solution
Let’s download the file, we can see it’s a zip file, so we want to extract it.
Open terminal -> move to the folder of the file (by cd) -*> uzip flag.zip
*unzip - command to extract files from zip file.
now in the same folder we can see a flag.png file open it and the flag is there.
Flag
picoCTF{welcome_to_forensics}