Skip to content

Latest commit

 

History

History

Early Cascade Injection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

EARLYCASCADE INJECTION IN RUST

This is just a simple PoC implementation of the early cascade injection technique documented by the Outflank blog post.

Special Thanks to @C5pider for his POC for Early-Cascade Injection.

This code was tested on Microsoft Windows [Version 10.0.22631]

Reference / Credit:

USAGE:

cd earlycascade-injection

cargo run --release Notepad.exe .\w64-exec-calc-shellcode.bin

You can replace any shellcode if you need. I Just used calc.bin shellcode !