From fb35ce1de120e5fb483bbdd2126a387da292186e Mon Sep 17 00:00:00 2001 From: Meitar M Date: Fri, 26 Jul 2019 14:15:43 -0400 Subject: [PATCH] =?UTF-8?q?Add=20new=20section=20("Network=20Packet=20Repl?= =?UTF-8?q?ay=E2=80=A6")=20with=20three=20tools.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c8d8415..3a05dbc 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Exfiltration Tools](#exfiltration-tools) * [Network Reconnaissance Tools](#network-reconnaissance-tools) * [Protocol Analyzers and Sniffers](#protocol-analyzers-and-sniffers) + * [Network Traffic Replay and Editing Tools](#network-traffic-replay-and-editing-tools) * [Proxies and Machine-in-the-Middle (MITM) Tools](#proxies-and-machine-in-the-middle-mitm-tools) * [Transport Layer Security Tools](#transport-layer-security-tools) * [Wireless Network Tools](#wireless-network-tools) @@ -365,6 +366,12 @@ See also [awesome-industrial-control-system-security](https://github.com/hslatma * [sniffglue](https://github.com/kpcyrd/sniffglue) - Secure multithreaded packet sniffer. * [tcpdump/libpcap](http://www.tcpdump.org/) - Common packet analyzer that runs under the command line. +### Network Traffic Replay and Editing Tools + +* [bittwist](http://bittwist.sourceforge.net/) - Simple yet powerful libpcap-based Ethernet packet generator useful in simulating networking traffic or scenario, testing firewall, IDS, and IPS, and troubleshooting various network problems. +* [tcpreplay](https://tcpreplay.appneta.com/) - Suite of free Open Source utilities for editing and replaying previously captured network traffic. +* [WireEdit](https://wireedit.com/) - Full stack WYSIWYG pcap editor (requires a free license to edit packets). + ### Proxies and Machine-in-the-Middle (MITM) Tools * [BetterCAP](https://www.bettercap.org/) - Modular, portable and easily extensible MITM framework.