wstr
is a network utility that traces the route from your computer to a given address by sending ICMP packets.
- Linux-based operating system
- C compiler (GCC)
# Clone the repository
git clone https://github.com/without-eyes/wstr.git
cd wstr
# Compile the source code
make
# Run the utility
sudo ./build/wstr
Basic command-line usage:
sudo wstr [-d] [-i interface] [-t ttl] [-o timeout] destination
where:
- -d, --domain: Turn on displaying FQDN
- -i, --interface: Set network interface
- -t, --ttl: Set TTL(0-255) for network packets
- -o --timeout: Sets timeout (in seconds, 1-255) for network packets
- -h, --help: Show this help message
This project is licensed under the MIT License - see the LICENSE file for details.