Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fiorix/txtraceroute
- Owner: fiorix
- Created: 2012-02-13T18:34:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T14:06:47.000Z (about 10 years ago)
- Last Synced: 2024-11-01T03:53:18.069Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 44
- Watchers: 9
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`