Rating:

# Forensics Warmup 1
Points: 50

## Category
Forensics

## Question
>Can you unzip this [file](files/flag.zip) for me and retreive the flag?

### Hint
>Make sure to submit the flag as picoCTF{XXXXX}

## Solution
Extract the zipped file provided by doing `unzip flag.zip`.

The extracted file contain _flag.jpg_. Open image in an image viewer to get the flag.

### Flag
`picoCTF{welcome_to_forensics}`

Original writeup (https://github.com/PlatyPew/picoctf-2018-writeup/tree/master/Forensics/Forensics%20Warmup%201).