Versatile networking toolkit written in Go. It provides a variety of tools for exploring and interacting with networks.
- Ping: Send ICMP echo requests to test host reachability.
- Echo Server: Run a TCP echo server for testing connectivity.
- DNS Lookup: Perform high-level DNS lookups (A, AAAA, MX, CNAME).
- Raw DNS Query: Execute low-level DNS queries.
- Port Scanner: Scan for open ports on a target host.
- Network Interfaces: List available network interfaces.
- Packet Sniffer: Capture and analyze packets on a specified interface.
- Traceroute: Trace the route packets take to a target host.
- Whois Lookup: Perform TCP-based Whois lookups for domain information.