← All projects

Mapping_Injector

by @AbdouRoumi

17

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

About this project

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

From the project README on GitHub

Stars
17
Forks
1
Last push
12 Oct 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/mapping-injector.svg)](https://www.madeinalgeria.dev/projects/mapping-injector)

Related projects