Add QueenSono, data exfiltration tool using ICMP protocol.

Add QueenSono in data exfiltration tool, as it is based on ICMP protocol
This commit is contained in:
Ariary 2021-09-25 10:07:55 +02:00 committed by ariary
parent 690df5c80f
commit 098d89b4dc
1 changed files with 1 additions and 0 deletions

View File

@ -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