This project a command and control server that obfuscates the traffic as icmp(ping)
First make sure you have the scapy python module downloaded the module is used for sniffing and obfuscating data as different protocols:
to do so run pip3 isntall scapy
and let it download
Then clone this repo and run the server and client
to do so you may give the python script executable privileges with chmod 777 icmpC2-server/client.py
or run with python3 filename.py