→ كل المشاريع

RegistryStagingMalware

بواسطة @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

عن هذا المشروع

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.

من ملف README الخاص بالمشروع على GitHub

النجوم
16
التفريعات
0
الرخصة
MIT
آخر تحديث
14/09/2024

أضف هذه الشارة إلى ملف README

أظهر أن مشروعك مُدرج على «صُنع في الجزائر».

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

مشاريع ذات صلة