RDP-Stealer
RDP-Stealer is C++ malware that targets Remote Desktop Protocol (RDP) processes. It acts as a keystroke logger, capturing credentials provided by users in RDP and sending back encrypted data to a C2 server.
Features
Basic Sandbox Evasion
Executes without a visible window (in the background).
Captures keystrokes in RDP processes using the context of
mstsc.exe
andCredentialUIBroker.exe
.Encrypts the captured data using
XOR
andBASE64
.Sends data to a C2 server.
Usage
Create a recvData folder in the directory.
Before running the
RDPStealer.exe
on the victim machine, first run theserver.php
.
Run the
RDPStealer.exe
on the victim machine and enjoy :).
Note β οΈ
It is better to use an
HTTPS server
instead of anHTTP server
.
POC
Last updated