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.
git clone https://github.com/aydinnyunus/exifLooter.git
# 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