Rating:

## Corrupt \[10 pts.\]
>Sometimes files can be disguised with a different file format! Find the password within this file.
>
>No flag formatting required.
_files: filetype.txt_

As the task description suggests, let's try
```
$ file filetype.txt
filetype.txt: PNG image data, 848 x 242, 8-bit/color RGBA, non-interlaced
```

Open the .txt file with any image viewer (i used `feh`):

![Flag](https://github.com/qumusabel/writeups/raw/master/peactf-1-open-to-all/misc/Corrupt/image.png)

And, the flag is `REDACTED`

Original writeup (https://github.com/qumusabel/writeups/blob/master/peactf-1-open-to-all/misc/Corrupt/README.md).