exiflooter
ExifLooter finds geolocation on all image urls and directories also integrates with OpenStreetMap.
Usage
Analyze Image
After you have install requirements , you can simply analyze the image via:
$ exifLooter --image image.jpeg
Analyze Directory
If you want to specify directory use this command:
$ exifLooter -d images/
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/