
ICMP 기반 명령 및 제어 도구로, ping 페이로드를 사용하여 C2 트래픽을 방화벽을 통해 터널링하며, 대부분의 AV/EDR 솔루션에서 탐지되지 않습니다.
다운로드 바이너리
또는 바이너리를 빌드하면 바로 사용할 수 있습니다:
$ 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)
