Skip to content

CLI network utility to trace the packets's route

License

Notifications You must be signed in to change notification settings

without-eyes/wstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSTR - Without eyeS's Traceroute

Overview

wstr is a network utility that traces the route from your computer to a given address by sending ICMP packets.

Installation

Requirements

  • Linux-based operating system
  • C compiler (GCC)

Build Instructions

# 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

Usage

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

License

This project is licensed under the MIT License - see the LICENSE file for details.