← All projects

RegistryStagingMalware

by @AbdouRoumi

16

This Malware is an application for MalwareEvasionTechniques repo .I used in it Registery staging in two modes R/W and I combined it with the remote scanner

About this project

bash git clone https://github.com/yourusername/RegistryStaging.git cd RegistryStaging HKEYCURRENTUSER\Control Panel\R0m4Key cpp readRegistryValue(); cpp writeRegistryValue(); cpp RemoteProcessInjector(shellcode, ...); cpp int main() { // Read registry value readRegistryValue(); // Write shellcode to registry writeRegistryValue(); // Inject shellcode into remote process unsigned char shellcode[] = { / your shellcode here / }; RemoteProcessInjector(shellcode, ...); return 0; } License This project is licensed under the MIT License - see the LICENSE file for details.

From the project README on GitHub

Stars
16
Forks
0
License
MIT
Last push
14 Sept 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/registrystagingmalware.svg)](https://www.madeinalgeria.dev/projects/registrystagingmalware)

Related projects