Skip to content

A simple PoC demonstrating process injection techniques on Windows.

Notifications You must be signed in to change notification settings

0xXyc/process-injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Injection Technique

This repo consists of a basic self-injecting malware technique that is commonly seen in many different malicious files and families. Be sure to implement your own custom shellcode and encrypt it to try and beat Windows Defender and other end point security solutions!

Message Box:

image

This PoC is currently targetting Microsoft Edge! Make sure that it is running and you should be able to allocate memory within the process space of MS Edge, write the shellcode into that newly allocated region, and lastly execute the shellcode.

About

A simple PoC demonstrating process injection techniques on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages