GithubHelp home page GithubHelp logo

iptracker's Introduction

iptracker

IP Location Tracker

                                      Hey there!
                                    186.231.139.85
                                     is that you?
                                        /
   _______________          _______________
  |  ___________  |        |  ___________  |
  | |           | |        | |           | |
  | |   X   X   | |        | |           | |
  | |     -     | |        | |   0   0   | |
  | |    ___    | |        | |     -     | |
  | |   /   \   | |        | |   \___/   | |
  | |   \___/   | |        | |           | |
  | |___________| |        | |___________| |
  |_______________|        |_______________|
    ____|   |___.............._|________|_
   | ********** |            | ********** |
   | ********** |            | ********** |
    ------------              ------------

##Dependencies

pip install pygeoip

###Options

-v --version shows the current version
-t --target  the target host
-h --help    shows the help usage

###Usage

python iptracker.py -t target.com

###Example

python iptracker.py -t google.com

{
    "area_code": 650, 
    "city": "Mountain View", 
    "continent": "NA", 
    "country_code": "US", 
    "country_code3": "USA", 
    "country_name": "United States", 
    "dma_code": 807, 
    "latitude": 37.41919999999999, 
    "longitude": -122.0574, 
    "metro_code": "San Francisco, CA", 
    "postal_code": "94043", 
    "region_code": "CA", 
    "time_zone": "America/Los_Angeles"
}
python iptracker.py -t 186.231.139.89

{
    "area_code": 0, 
    "city": "São Paulo", 
    "continent": "SA", 
    "country_code": "BR", 
    "country_code3": "BRA", 
    "country_name": "Brazil", 
    "dma_code": 0, 
    "latitude": -23.473299999999995, 
    "longitude": -46.66579999999999, 
    "metro_code": null, 
    "postal_code": null, 
    "region_code": "27", 
    "time_zone": "America/Sao_Paulo"
}

iptracker's People

Contributors

tommelo avatar

Stargazers

Jeremiah  avatar  avatar Matheus avatar

Watchers

James Cloos avatar  avatar

Forkers

hybridvamp

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.