Git Product home page Git Product logo

geosint's Introduction

geOSINT

Search physical locations for geo tagged photos

Summary

geOSINT is a script that searches for geotagged photos on social media and plots them on a map. This can be used to perform OSINT on a physical location. If an image is found, a red marker is placed on the map. By clicking on this marker you can view the identified image.

Demo 1

Demo 2

Quick Start

$ git clone https://github.com/coldfusion39/geOSINT.git
$ cd geOSINT/
$ sudo pip install -r requirements.txt
$ cp api_keys.ini.example api_keys.ini
# add api keys
$ ./geOSINT.py -a 9231 W 87th Pl -c Arvada -s CO -d 1000

Requirements

Run pip install -r requirements.txt to install the required python modules.

API

geOSINT uses FourSquare, Flickr, and Twitter APIs to search for photos posted within a certain distance of the supplied address. At least one API key is required required for geOSINT to return any results.

Optionally, if you want to use an aerial map, similar to Google Earth, a Mapbox API is required.

After getting your API keys, copy the api_keys.ini.example file to api_keys.ini and add your keys as shown below.

[Mapbox]
access_token: xxxxx

[FourSquare]
client_id: xxxxx
client_secret: xxxxx

[Flickr]
api_key: xxxxx

[Twitter]
app_key: xxxxx
app_secret: xxxxx
oauth_token: xxxxx
oauth_token_secret: xxxxx

Usage

After setting your API keys in the api_keys.ini file, supply geOSINT with a physical address. Optionally, you can specify the distance from the location you want to search, default is 500 meters.

Example: ./geOSINT.py -a 9231 W 87th Pl -c Arvada -s CO -d 1000

Options:

  -h, --help            show this help message and exit
  -a ADDRESS            Address
  -c CITY               City
  -s STATE              State (ex. OH)
  -o OUTPUT             Name of output file, (default: geo_osint.html)
  -d DISTANCE           Distance, in meters, to search from address, (default: 500)

geosint's People

Contributors

coldfusion39 avatar zerosteiner avatar

Watchers

 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.