→ كل المشاريع

Mapping_Injector

بواسطة @AbdouRoumi

17

This is a repo that contains 2 techniques : Local mapping injection and Remote injection technique , MITRE ID T1055

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

MappingInjector Private MappingInjector Private is a Windows-based tool that showcases two injection techniques: Local Mapping Injection and Remote Injection, both of which fall under MITRE ATT&CK ID T1055 – a category for various process injection methods. This tool is intended for educational purposes, malware analysis, and penetration testing within controlled environments to explore how process injection can be performed on Windows. How it Works MappingInjector Private supports the following techniques: Local Mapping Injection A local injection technique where the injector maps memory within its own process and then injects code into a specified process. Remote Injection A remote injection technique that targets an external process. Features Local Mapping Injection: Allocates memory within the injector's own process to execute code. Remote Injection: Allocates and injects code into a remote process and executes the injected payload using CreateRemoteThread. Shellcode Execution: Executes arbitrary shellcode within the local or remote process. Memory Management: Manages memory allocation securely and changes memory protection using functions like Mapviewoffile

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

النجوم
17
التفريعات
1
آخر تحديث
12/10/2024

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

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

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

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