From b2e2e4c0b5ca958b667af04d7789c51c9481b44d Mon Sep 17 00:00:00 2001 From: Dan Nagle Date: Fri, 24 Jan 2020 12:56:12 -0600 Subject: [PATCH] added open source packet sender to the book of knowledge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aecb643..970f7ab 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Only main chapters:   :small_orange_diamond: mtr - is a tool that combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
  :small_orange_diamond: mylg - is an open source utility which combines the functions of the different network probes in one diagnostic tool.
  :small_orange_diamond: netcat - is a networking utility which reads and writes data across network connections, using the TCP/IP protocol.
+  :small_orange_diamond: Packet Sender - is a networking utility for packet generation and built-in UDP/TCP/SSL client and servers with an easy to use GUI.
  :small_orange_diamond: tcpdump - is a powerful command-line packet analyzer.
  :small_orange_diamond: tshark - is a tool that allows us to dump and analyze network traffic (wireshark cli).
  :small_orange_diamond: Termshark - is a simple terminal user-interface for tshark.
@@ -389,6 +390,7 @@ Only main chapters: ##### :black_small_square: Network

+  :small_orange_diamond: Packet Sender - is a networking utility for packet generation and built-in UDP/TCP/SSL client and servers with an easy to use GUI.
  :small_orange_diamond: Wireshark - is the world’s foremost and widely-used network protocol analyzer.
  :small_orange_diamond: Ettercap - is a comprehensive network monitor tool.
  :small_orange_diamond: EtherApe - is a graphical network monitoring solution.