Coder Social home page Coder Social logo

cyberdefence-toolkit / exiflooter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aydinnyunus/exiflooter

0.0 0.0 0.0 9.58 MB

ExifLooter finds geolocation on all image urls and directories also integrates with OpenStreetMap

License: Other

Go 100.00%

exiflooter's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn


Exif Looter


Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. Getting Started
  2. Usage
  3. Reports
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

Getting Started

General information about setting up Exif Looter locally

Installation

go install github.com/aydinnyunus/exifLooter@latest

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

Usage

Analyze Image

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

   $ exifLooter --image image.jpeg

Image

Image

Analyze Directory

If you want to specify directory use this command:

   $ exifLooter -d images/

Pipe

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

   $ 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

   $ exifLooter --remove --image image.jpeg
   $ exifLooter --remove --directory images/

Open Street Map

Get Open Street Map URL from GPS Location

Image

   $ 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

exiflooter's People

Contributors

aydinnyunus avatar janmerhar avatar fahrradflucht avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.