Security & Pentesting
โ
484
Go
aydinnyunus/exifLooter
484
Stars
24
Forks
0
Issues
Go
Language
ExifLooter extracts geolocation data from image EXIF metadata and integrates with OpenStreetMap for visualization. Written in Go, it analyzes individual images, directories, or piped URLs from recon tools. Displays GPS coordinates and generates map links for geographic visualization. Also strips EXIF data from images for privacy. Available on Kali Linux via package manager.
View on GitHub
git clone https://github.com/aydinnyunus/exifLooter.git
Quick Start Example
bash
# Install
go install github.com/aydinnyunus/exifLooter@latest
# Extract EXIF from image
exifLooter image photo.jpg
# Scan directory
exifLooter dir ./photos/
# Pipe from recon tools
cat urls.txt | exifLooter url
# Strip EXIF data
exifLooter clean photo.jpg