aydinnyunus/exifLooter โ€” GitHub Repository Preview
Security & Pentesting โ˜… 484 Go

aydinnyunus/exifLooter

by @aydinnyunus ยท

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.

aydinnyunus
@aydinnyunus Project maintainer on GitHub
View Profile
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

Tags

#exif#geolocation#osint#golang#metadata#privacy

Related Projects