Image OSINT / Live Location Tracker — Ek standalone tool jo kisi bhi photo se pura metadata nikaalta hai: date/time, GPS live location, address + Google Maps link, aur device fingerprint (mobile model, camera, etc.). Hindi/English dono me designed, kesari-white-green hacker style ke saath.
__ __ ______ ____ _
\ \ / / / ____|___ \ / |
\ \ /\ / / | | __ __) | | |
\ V V / | | |_ |/ __/ | |
\_/\_/ | |__| |_____|_|_|
.______ ____ ____
_ \ \ / / \ \ / / IMAGE OSINT 🕵️♂️
- 📄 File & Image Basics — format, resolution, megapixels, color mode, DPI
- 🕒 Date & Time Taken — raw EXIF stamp + human readable + time-of-day analysis
- 🗺️ Live GPS Location — lat/long with DMS, altitude, geo URI
- 🧭 Google Maps Links — ready-to-open map links (2 formats)
- 📍 Address Resolution — full address + every address part (via OpenStreetMap Nominatim)
- 📱 Device Fingerprint — Make/Model (jaise
OPPO A5s), firmware/software, orientation - 📷 Camera Settings — aperture, shutter speed, ISO, focal length, flash
- 🔐 File Hashes — MD5 / SHA-1 / SHA-256
- 🌐 URL Mode — online image se direct analysis (download + cleanup)
- 🧹 EXIF Privacy Strip — image se saare metadata remove karne ka mode
- 📊 Report Export — JSON + HTML report save karta hai
- 🎬 Hacker UI — kesari/white/green theme, boot sequence, glitch reveal, loading spinners
# Clone repo (ya direct zip download karo)
git clone https://github.com/technicalsuraj2/ImageOsint.git
cd ImageOsint
# Python 3.10+ required — dependencies install karo
pip install -r requirements.txt
# Kali / Debian me agar externally-managed error aaye:
pip install --break-system-packages -r requirements.txt
# Termux (Android) me agar Pillow install na ho:
pkg install python -y && pkg install libjpeg-turbo -y
# Install as command (optional)
chmod +x imageosint.py
sudo cp imageosint.py /usr/local/bin/imageosintpython3 imageosint.py # or python3 imageosint.py -mpython3 imageosint.py -i photo.jpgpython3 imageosint.py -u https://example.com/photo.jpgpython3 imageosint.py -c 27.1751 78.0421python3 imageosint.py -s messy.jpg -o clean.jpgpython3 imageosint.py -v| Flag | Description |
|---|---|
-m, --interactive |
Launch interactive menu |
-i, --image FILE |
Local image / URL to analyze |
-u, --url URL |
Online image URL to analyze |
-c, --coords LAT LON |
Reverse geocode coords |
-s, --strip FILE |
Strip EXIF from image |
-o, --output FILE |
Output file (for --strip) |
-v, --version |
Show version |
🗺️ LIVE LOCATION FOUND
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Latitude │ 27.175000 (27°10'30.0" N) ┃
┃ Longitude │ 78.041944 (78°2'31.0" E) ┃
┣━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
│ Google Maps │ https://www.google.com/maps?q=27.175000,78.041944 │
│ Address │ Taj Mahal, Taj Ganj, Agra, Uttar Pradesh, India │
└─────────────┴──────────────────────────────────────────────────┘
🛡 For educational, forensic & authorized OSINT investigation use only.
Metadata ka use karke kisi ki privacy violate karna ya location track karna bina permission ke illegal hai — is tool ka misuse karte waqt poora zimmedari operator ki hai. Developer kisi bhi misuse ke liye responsible nahi hoga.
Made by technicalsuraj2
[Kesari 🇮🇳 · White · Green]
