PingRAT - Secretly Passes C2 Traffic Through Firewalls Using ICMP Payloads
2024-5-12 20:30:0 Author: www.kitploit.com(查看原文) 阅读量:5 收藏

PingRAT secretly passes C2 traffic through firewalls using ICMP payloads.

Features:

  • Uses ICMP for Command and Control
  • Undetectable by most AV/EDR solutions
  • Written in Go

Installation:

Download the binaries

or build the binaries and you are ready to go:

$ git clone https://github.com/Nemesis0U/PingRAT.git
$ go build client.go
$ go build server.go

Usage:

Server:

./server -h
Usage of ./server:
-d string
Destination IP address
-i string
Listener (virtual) Network Interface (e.g. eth0)

Client:

./client -h
Usage of ./client:
-d string
Destination IP address
-i string
(Virtual) Network Interface (e.g., eth0)

PingRAT - Secretly Passes C2 Traffic Through Firewalls Using ICMP Payloads PingRAT - Secretly Passes C2 Traffic Through Firewalls Using ICMP Payloads Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: http://www.kitploit.com/2024/05/pingrat-secretly-passes-c2-traffic.html
如有侵权请联系:admin#unsafe.sh