SkillAgentSearch skills...

Txtraceroute

An asynchronous, pure python, traceroute with geolocation information

Install / Use

/learn @fiorix/Txtraceroute
About this skill

Quality Score

0/100

Supported Platforms

Universal

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 <dst_port> -s <src_port> ooni.nu

For UDP traceroute:

sudo python txtraceroute.py -n -g -p udp -d <dst_port> -s <src_port> ooni.nu

For ICMP Ping traceroute:

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

Related Skills

View on GitHub
GitHub Stars44
CategoryDevelopment
Updated3y ago
Forks16

Languages

Python

Security Score

60/100

Audited on Sep 24, 2022

No findings