r4j0x00 / exploits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chrome-0day Shellcode

RedRaccoon05 opened this issue · comments

I'm trying to replace in POC calc.exe with cmd.exe. I'm generating shellcode using msf:
msfvenom -p windows/x64/exec CMD = 'cmd.exe'
Then convert shellcode with convert_shellcode.js but when I execute the exploit.html, it's not work. How exactly do i need to generate shellcode for cmd.exe?

thanks.

does the exploit work for you with calc.exe payload?

Sorry,
msfvenom -p windows/x64/exec CMD = 'cmd.exe' works.
That was my fault.😢