→ Ping-Pil0t
A simple Command and Control (C2) framework that leverages the ICMP protocol for communication, implemented in GoLang.
-
ICMP Communication: Uses ICMP echo requests and replies for covert communication.
-
Simple and Lightweight: Designed to be minimalistic and easy to use.
Build :
go build -o pingpil0t main.go
Initiate Server :
./pingpilot server --iface <interface_name>
Initiate Client :
./pingpilot client ---iface <interface_name> [--size <chunk_size>]
This tool is intended for educational and research purposes only.