Coder Social home page Coder Social logo

gurpreet06 / rdp-stealer Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 26 KB

The 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.

C++ 91.22% PHP 8.78%
cpp keylogger malware sandbox-evasion windows rdp-stealer rdpstealer

rdp-stealer's Introduction

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 and CredentialUIBroker.exe.
  • Encrypts the captured data using XOR and BASE64.
  • Sends data to a C2 server.

Usage

  1. Create a recvData folder in the directory.
  2. Change SECRET_KEY from RDPStealer.cpp and server.php.
  3. Before running the RDPStealer.exe on the victim machine, first run the server.php.
php -S 0.0.0.0:8000
  1. Run the RDPStealer.exe on the victim machine and enjoy :).
.\RDPStealer.exe

Note โš ๏ธ

  • It is better to use an HTTPS server instead of an HTTP server.
  • The program will execute in the background and will not display any windows, as it is shown in the video below.

POC

RDP-Stealer.mp4

rdp-stealer's People

Contributors

gurpreet06 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

koushui

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.