Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fiorix/txtraceroute

An asynchronous, pure python, traceroute with geolocation information
https://github.com/fiorix/txtraceroute

Last synced: about 2 months ago
JSON representation

An asynchronous, pure python, traceroute with geolocation information

Awesome Lists containing this project

README

        

# txtraceroute

Pure python traceroute implementation

This traceroute is based on the implementation by fiorix and is extended to
support TCP and UDP traceroute.

## For TCP SYN traceroute:

`sudo python txtraceroute.py -n -g -p tcp -d -s ooni.nu`

## For UDP traceroute:

`sudo python txtraceroute.py -n -g -p udp -d -s ooni.nu`

## For ICMP Ping traceroute:

`sudo python txtraceroute.py -n -g -p icmp ooni.nu`