Git Product home page Git Product logo

traceme's Introduction

traceme

traceme is a python script works similar to traditional traceroute utility, additionaly it will it give the Visual traceroute path in Google Earth by using the latitude and longitude value of the ip address from ip-api.com. Then create a KML(Keyhole Markup Language) file for expressing geographic annotation and visualization within Internet-based, two-dimensional maps and three-dimensional Earth.

3 Process involves in the scripts are:

  • traceroute: Get the intermediate IP Address
  • getlocation: Get the Geolocation of the IP Address
  • createKML file : Get a Keyhole Markup Language suitable to view in Google maps app or web or mobile

Requirements

  • Python 2.7
  • Python pip
  • scapy
  • requests
  • ast
  • simplekml

Installation

  1. Clone (or download the ZIP) to your computer.
  2. Install the requirements package using sudo -H pip install requirements.txt
  3. Run as Root, Scapy requires Root Privilege to Inject Packet into Network
  4. Run the program using hostname or IP Address as Input
# git clone https://github.com/prabhudeva17/traceme.git
# cd traceme
# sudo ./traceme.py -i wwww.google.com

How To Use

  1. Using the command line run: python traceme.py -i <ip-address> or ./traceme.py -i <ip-address>
  2. Wait for the program to finish to traceroute.
  3. Wait for the program to create a KML tracemap file
  4. Open the KML file with Google Earth or import to Google Maps.

DEMO TIME!!

0vlx97

traceme

screenshot-1

tracemap

screenshot-2

Development

Want to contribute? Great! Open your favorite Terminal and fix bug if their any. Still in development more plugin will added in future

License

MIT

Free Software!

traceme's People

Contributors

prabhudeva17 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.