From ce91967e09c6dd55c7080e5e9ea09d627f313f6b Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 6 Aug 2018 10:26:53 +0200 Subject: [PATCH] added mtr to cli network tools - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 979d417..3071be6 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ for transferring data with URLs.
  :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
  :small_orange_diamond: nmap - free and open source (license) utility for network discovery and security auditing.
  :small_orange_diamond: hping - command-line oriented TCP/IP packet assembler/analyzer.
+  :small_orange_diamond: mtr - functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
  :small_orange_diamond: masscan - the fastest Internet port scanner, spews SYN packets asynchronously.
  :small_orange_diamond: netcat - networking utility which reads and writes data across network connections, using the TCP/IP protocol.
  :small_orange_diamond: tcpdump - powerful command-line packet analyzer.