Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👁 IMAGE OSINT

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.

Python Platform Tool

imageosint-demo.gif Preview: assets/preview.png

   __        __  ______ ____  _
   \ \      / / / ____|___ \ / |
    \ \ /\ / / | |  __  __) | | |
     \ V  V /  | | |_ |/ __/  | |
      \_/\_/   | |__| |_____|_|_|
          .______   ____    ____
           _  \ \  / / \  \ / /  IMAGE OSINT  🕵️‍♂️

✨ Features

  • 📄 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

📦 Installation

# 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/imageosint

🚀 Usage

🖥️ Interactive Menu

python3 imageosint.py            # or  python3 imageosint.py -m

🖼️ Analyze a local image

python3 imageosint.py -i photo.jpg

🌐 Analyze an online image URL

python3 imageosint.py -u https://example.com/photo.jpg

🧭 Manual GPS → Address lookup

python3 imageosint.py -c 27.1751 78.0421

🧹 Strip EXIF (privacy clean)

python3 imageosint.py -s messy.jpg -o clean.jpg

ℹ️ Version

python3 imageosint.py -v

⌨️ CLI Reference

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

🎯 Example Output

🗺️  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   │
└─────────────┴──────────────────────────────────────────────────┘

⚠️ Disclaimer

🛡 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]

About

IMAGE OSINT - Live photo metadata & GPS location tracker. Extract EXIF, device fingerprint, address + Google Maps link from any image (path/URL). Kesari-white-green hacker UI.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages