Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
exif-gps-tracer — A python script which allows you to parse GeoLocation data from your Image files stored in a dataset.It also produces output in CSV file and also in HTML Google Maps | Kitploit
Tools/GitHubGitHub/m0n1x90/exif-gps-tracer
OSINT (Open Source Intelligence)ReconnaissanceForensicsInformation GatheringDigital Forensics
GitHubm0n1x90/exif-gps-tracer

exif-gps-tracer

A python script which allows you to parse GeoLocation data from your Image files stored in a dataset.It also produces output in CSV file and also in HTML Google Maps

View Repository
441035 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

exif-gps-tracer

A python script which allows you to parse GeoLocation data from your Image files stored in a dataset.It also produces output in CSV file and also in HTML Google Maps

Prerequisite

To run this script fluently , (1) You should have Google Maps API (2) You should enable Map JavaScript API in Console

To get an API key,See this documentation... https://developers.google.com/maps/documentation/javascript/get-api-key

Installation

root@kitploit:~
git clone https://github.com/monishmonish/exif-gps-tracer/
cd exif-gps-tracer/
pip3 install --r requirements.txt
python3 plotmap.py

Enter the path of the Dataset folder which contains Images to parse the exif GeoLocation data

Automatically it will store the Lattitude & Longitude coordinates with their respective time stamp in a CSV file excluding "None" values of Lat,Lon in GeoLocation

If GeoTags are not available in an image,It skips them by printing its filename

An HTML file will be generated by running this script,by opening the HTML file,

You can see the scattered plots of the Lattitude & Longitude coordinates in Google Map

Tips

The more scattered region has the highest probability of the victim/target to be in that area.

This plot is purely based on the exif metadata of the Image dataset.

To-Do

Add a circular heat zone showing the probability of target's existence in that region

Download Tool