https://github.com/prvvv/exifmap
Obtain Image EXIF & Geo-Location data from a website
https://github.com/prvvv/exifmap
exif exif-data exif-data-extraction exif-metadata geolocation python3 scanner website-scanner
Last synced: over 1 year ago
JSON representation
Obtain Image EXIF & Geo-Location data from a website
- Host: GitHub
- URL: https://github.com/prvvv/exifmap
- Owner: Prvvv
- Created: 2023-09-05T12:10:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T13:56:46.000Z (over 2 years ago)
- Last Synced: 2025-01-12T18:12:31.722Z (over 1 year ago)
- Topics: exif, exif-data, exif-data-extraction, exif-metadata, geolocation, python3, scanner, website-scanner
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exifmap
## About
Exifmap can scrape and obtain image & device Exif data by scraping all of a targets websites images and found image extentions.

Exifmap can reliably and effectively obtain and identify Geo-Location and Device Data by scraping a targets uploaded extentions and HTML attributes and idenfity them without causing a server side ***DOS*** or flagging WAF's
## Usage and design
Exifmap is designed to be an OSINT (open source intelligence) tool used for gathering potential user agent and location information from a website.
> Exifmap should ***NOT*** be used for the purposes of doxxing or unethical website testing, and was made with the intentions of security research, pentests and bug bounties. Any issues or complaints: prv@anche.no
## Dependancies/Install
Exifmap works on all ***python3*** running operating systems woth ***pip3** or newer installed.
Requests - (https://pypi.org/project/requests/)
Pillow - (https://pypi.org/project/Pillow/)