Přejít na soubor
XiCoN-FJS- c6e1ca9c10 Added new Maxmind TOS, colored log output and setuid-bit information
* FIX: Maxmind now allows redistributing GeoLite2-ASN database if requirements are fulfilled (#3)
 * ADD: Maxmind's TOS added as start-up message
 * ADD: Added some useful log output (and colors \o/)
 * ADD: INSTALL notes now giving hint about "setuid-bit" for traceroute command
2020-04-14 01:54:14 +02:00
README.md added README.md 2019-11-20 01:59:40 +01:00
xtr.pl Added new Maxmind TOS, colored log output and setuid-bit information 2020-04-14 01:54:14 +02:00

README.md

xtr

This is the client for the XTR (XiCoN Trace Route). It opens a port and listening to HTTP requests. It answers with a traceroute in a json hash. The hash contains for each hop the IP, the PTR, the request time and the AS (Autonomous System) including the AS name.

This client also tries to connect to a "master server" which helps keeping track of all the traceroute clients and their availability.

This software uses the MaxMind GeoLite2 database (https://www.maxmind.com) to determine the AS for each hop. To lookup the AS information the script uses the MaxMind perl module which uses the MaxMind DB library.

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.