Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
exifLooter — Extracts geolocation and EXIF metadata from image URLs and directories, with OpenStreetMap integration for mapping GPS coordinates. | Kitploit
Tools/GitHubGitHub/aydinnyunus/exiflooter
OSINT (Open Source Intelligence)ReconnaissanceInformation Gathering
GitHubaydinnyunus/exiflooter

exifLooter

Extracts geolocation and EXIF metadata from image URLs and directories, with OpenStreetMap integration for mapping GPS coordinates.

View Repository
4942937 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Contributors Forks Stargazers Issues MIT License LinkedIn


Exif Looter


Blog Post »

· Report Bug · Request Feature

Table of Contents
  1. Getting Started
    • Installation
  2. Usage
    • Analyze specific image
    • Analyze specific directory
    • Pipe with other tools
    • Remove metadata from Images
    • Get Open Street Map URL
  3. Reports
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

Getting Started

General information about setting up Exif Looter locally

Installation

root@kitploit:~
go install github.com/aydinnyunus/exifLooter@latest

ExifLooter depends on exiftool, so make sure it is on your PATH.


On Kali Linux

root@kitploit:~
sudo apt install exiflooter
image

Usage

Analyze Image

After you have install requirements , you can simply analyze the image via:

root@kitploit:~
   $ exifLooter --image image.jpeg

Image

Image

Analyze Directory

If you want to specify directory use this command:

root@kitploit:~
   $ exifLooter -d images/

Pipe

If you want to pipe with other tools use this command:

root@kitploit:~
   $ cat urls | exifLooter -p
   $ cat urls | exifLooter --pipe
   $ cat subdomains | waybackurls | grep "jpeg\|png\|jiff\|jpg" >> urls; cat urls | exifLooter --pipe

Remove Metadata

Remove Metadata from Images

root@kitploit:~
   $ exifLooter --remove --image image.jpeg
   $ exifLooter --remove --directory images/

Open Street Map

Get Open Street Map URL from GPS Location

Image

root@kitploit:~
   $ exifLooter --open-street-map --image image.jpeg
   $ exifLooter --open-street-map --directory images/

Image

Reports

Bugcrowd’s Vulnerability Rating Taxonomy

P3

P4

Example Hackerone Report : https://hackerone.com/reports/906907 $200

Example BugCrowd Report : https://medium.com/@souravnewatia/exif-geolocation-data-not-stripped-from-uploaded-images-794d20d2fa7d $500

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache License 2.0 License. See LICENSE for more information.

Contact

Download Tool