
Herramienta de comando y control basada en ICMP que tuneliza tráfico C2 a través de firewalls utilizando cargas útiles de ping, indetectable para la mayoría de las soluciones AV/EDR.
Descargar los binarios
o compila los binarios y estarás listo:
$ git clone https://github.com/umutcamliyurt/PingRAT.git
$ go build client.go
$ go build server.go
./server -h
Usage of ./server:
-d string
Destination IP address
-i string
Listener (virtual) Network Interface (e.g. eth0)
./client -h
Usage of ./client:
-d string
Destination IP address
-i string
(Virtual) Network Interface (e.g., eth0)
