exifLooter: finds geolocation on all image urls and directories also integrates with OpenStreetMap

exifLooter

ExifLooter finds geolocation on all image urls and directories and also integrates with OpenStreetMap.

Installation

go install github.com/aydinnyunus/exifLooter@latest

Exif Looter depends on exiftool, so make sure it is on your PATH.

Use

Analyze Image

After you have installed the requirements, you can simply analyze the image via:

$ exifLooter –image image.jpeg

Analyze Directory

If you want to specify a directory use this command:

$ exifLooter -d images/

Pipe

If you want to pipe with other tools use this command:

$ cat urls | exifLooter -p
$ cat urls | exifLooter –pipe
$ cat subdomains | waybackurls | grep jpeg\|png\|jiff\|jpg >> urls; cat urls | exifLooter –pipe

Remove Metadata

Remove Metadata from Images

$ exifLooter –remove –image image.jpeg
$ exifLooter –remove –directory images/

Open Street Map

Get Open Street Map URL from GPS Location

$ exifLooter –open-street-map –image image.jpeg
$ exifLooter –open-street-map –directory images/

finds geolocation on image

Reports

Bugcrowd’s Vulnerability Rating Taxonomy

finds geolocation on image

Example Hackerone Reporthttps://hackerone.com/reports/906907 $200

Example BugCrowd Reporthttps://medium.com/@souravnewatia/exif-geolocation-data-not-stripped-from-uploaded-images-794d20d2fa7d $500

Copyright (C) 2022 aydinnyunus

Source: https://github.com/aydinnyunus/