Rating:
For a better view check our [githubpage](https://bsempir0x65.github.io/CTF_Writeups/VU_Cyberthon_2023/#based-on-the-analysis-of-the-video-file-20221015_173902mp4-please-provide-the-gps-coordinates-of-the-possible-place-where-video-was-recorded) or [github](https://github.com/bsempir0x65/CTF_Writeups/tree/main/VU_Cyberthon_2023#based-on-the-analysis-of-the-video-file-20221015_173902mp4-please-provide-the-gps-coordinates-of-the-possible-place-where-video-was-recorded) out
As we already had the video files thanks to Autopsy easy and quick for access we extracted the mentioned file 20221015_173902.mp4. We then used as before the exiftool to get the GPS Data:
```console
GPS Latitude : 54 deg 49' 34.68" N
GPS Longitude : 25 deg 24' 29.88" E
```
So with that we only had to convert them in decimal which we did thanks to the us government on [converter](https://www.fcc.gov/media/radio/dms-decimal).
![https://raw.githubusercontent.com/bsempir0x65/CTF_Writeups/main/VU_Cyberthon_2023/img/phone_gps.png](https://raw.githubusercontent.com/bsempir0x65/CTF_Writeups/main/VU_Cyberthon_2023/img/phone_gps.png)
Result:
Latitude: 54.8263 Longitude: 25.4083
Flag: **54.8263, 25.4083**
That was the last one we had finished in time.