Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (40 loc) · 1.17 KB

visual_traceroute

Simple python script to render traceroute output inside google map.

setup

Traceroute results

To view the results, simply open the traceroute.html (generated by traceroute.py) in your browser.

Run

$>export IPSTACK_KEY='your ipstack api key'
$>export GMPLOT_KEY='your google api key'

$>python traceroute.py host

$>traceroute host | python traceroute.py

$>traceroute host > route.txt
$>python traceroute.py < route.txt

Traceroute results

To view the results, simply open the traceroute.html (generated by traceroute.py) in your browser.

Warning : do not share your traceroute.html, as the google api key is hardcoded inside it by gmplot.