
ICMP-आधारित कमांड-एंड-कंट्रोल टूल जो पिंग पेलोड का उपयोग करके फ़ायरवॉल के माध्यम से 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)
