Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 770 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 770 Bytes

Process Ghosting 🦀

Overview

Process Ghosting is a technique that uses a temporary file with pending deletion to create a process from that content.

Usage

To execute the file, pass the EXE file that will be executed:

cargo run -- <file.exe>
target/release/process_ghosting.exe <file.exe> <args>

Real use:

target/release/process_ghosting.exe mimikatz.exe "coffee localtime exit"

References