Rating: 4.0

## [Original/Source Writeup](https://bigpick.github.io/TodayILearned/articles/2020-10/b01lersbootcamp#granular-data)

We’re given a simple PNG photo, whose appearance doesn’t matter to solving this problem. The description suggests we need to look for location, which is sometimes a field in an image file that can be seen in it’s metadata. Use `exiftool` to inspect the image:

```
exiftool GarrettScholes-df317e3519426b22c71c81e87aed2412.png
ExifTool Version Number : 11.91
File Name : GarrettScholes-df317e3519426b22c71c81e87aed2412.png
Directory : ../..
File Size : 86 kB
File Modification Date/Time : 2020:10:04 17:51:54-04:00
File Access Date/Time : 2020:10:04 17:51:56-04:00
File Inode Change Date/Time : 2020:10:04 17:51:55-04:00
File Permissions : rw-r--r--
File Type : PNG
File Type Extension : png
MIME Type : image/png
Image Width : 400
Image Height : 400
Bit Depth : 8
Color Type : RGB with Alpha
Compression : Deflate/Inflate
Filter : Adaptive
Interlace : Noninterlaced
XMP Toolkit : Adobe XMP Core 6.0-c002 79.164460, 2020/05/12-16:04:17
Authors Position : Software Engineer
Creator : Garrett Scholes
Title : Cute Selfie
Creator City : flag{h4t3d_1n_th3_n4t10n_0MTBu}
Creator Country : United Kingdom
Image Size : 400x400
Megapixels : 0.160
```

Flag is `flag{h4t3d_1n_th3_n4t10n_0MTBu}`.