Traceroute visualizer written in python
python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber ae900fa627 Deleting useless module import 10 years ago
mapData Deleting useless module import 10 years ago
AUTHORS Initial commit 10 years ago
COPYING Initial commit 10 years ago
NEWS Initial commit 10 years ago
README Deleting useless module import 10 years ago
THANKS Deleting useless module import 10 years ago
TODO Deleting useless module import 10 years ago
clean.sh Initial commit 10 years ago
main.py Initial commit 10 years ago
tracer.py Deleting useless module import 10 years ago
vtracemap.py Deleting useless module import 10 years ago
vtracert.py Deleting useless module import 10 years ago

README

PyVtraceRoute :

Vtraceroute is a traceroute program ( more info : man traceroute ) that displays hops on a map using GeoIP.

Credits :
---------
All borders data extracted from data provided by http://thematicmapping.org and
Licenced under Creatice Commons Attribution-Share Alike License 3.0

Controls summary :
------------------

^h, ? : display this help
esc, ^q : exit the programm or this help

[a-zA-Z0-9\.] : Host input
mid-mouse btn : paste clipboard into host input
enter : validate host input and run traceroute
^c : clear host input

mouse scroll, +, - : zoom in/out
arrow keys : move on the map
left mouse btn press : select hops on the map

Dependencies :
--------------

python >= 2.7.3
python-GeoIP >= 1.3.2
python-pygame >= 1.9.1

os
re
GeoIP
time
string
pygame
subprocess
math
json
itertools
multiprocessing
struct
sys
functools
random
thread