Skip to content

Files

Latest commit

d14213c · Apr 22, 2025

History

History

WaitingThreadHijacking

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 22, 2025
Apr 22, 2025
Apr 22, 2025
Apr 22, 2025

Waiting Thread Hijacking

Waiting Thread Hijacking technique, a stealthy process injection method that hijacks a waiting thread in a target process to execute shellcode. It avoids common detection triggers like SuspendThread or SetThreadContext by manipulating a thread’s return address. Read the article for more information.

alt text

Download PoC: Download

Compile/Run

cargo build --release
./target/release/WaitingThreadHijacking.exe <PID>

Credits / References

For More PoC: Main Menu