
Ferramenta de comando e controle baseada em ICMP que tunela tráfego C2 através de firewalls usando payloads de ping, indetectável pela maioria das soluções AV/EDR.
Faça o download dos binários
ou construa os binários e está pronto a usar:
$ 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)
