From 098d89b4dcec3a92511f1d5231fe529f43bab115 Mon Sep 17 00:00:00 2001 From: Ariary Date: Sat, 25 Sep 2021 10:07:55 +0200 Subject: [PATCH] Add QueenSono, data exfiltration tool using ICMP protocol. Add QueenSono in data exfiltration tool, as it is based on ICMP protocol --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06ec253..db21235 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ See [awesome-malware-analysis ยง Books](https://github.com/rshipp/awesome-malwar * [dnscat2](https://github.com/iagox86/dnscat2) - Tool designed to create an encrypted command and control channel over the DNS protocol, which is an effective tunnel out of almost every network. * [pwnat](https://github.com/samyk/pwnat) - Punches holes in firewalls and NATs. * [tgcd](http://tgcd.sourceforge.net/) - Simple Unix network utility to extend the accessibility of TCP/IP based network services beyond firewalls. +* [QueenSono](https://github.com/ariary/QueenSono) - Client/Server Binaries for data exfiltration with ICMP. Useful in a network where ICMP protocol is less monitored than others (which is a common case). ## Exploit Development Tools