Skip to content

Latest commit

 

History

History
 
 

remote_mapping_injection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Remote Mapping Injection

Remote Mapping Injection demonstrates a technique for injecting code into a remote process using memory mapping.

⬇️ Download

Features

  • Remote memory mapping injection implementation in Rust
  • Uses Windows API for process manipulation and memory operations
  • Demonstrates process enumeration and shellcode injection
  • Special thanks to MaldevAcademy for the technique

Requirements

  • Rust toolchain
  • Required dependencies:
    • winapi

Installation

  1. Clone the repository
  2. Navigate to the project directory
  3. Run cargo build to compile the project

Usage

  1. Build the project using Cargo:

    cargo build --release
  2. Run the executable:

    ./target/release/remote_mapping_injection.exe

References

https://github.com/antonioCoco/Mapping-Injection.git

Author

@5mukx