r4j0x00 / exploits

BSD 2-Clause "Simplified" License
2.49k stars 692 forks source link

chrome-0day Shellcode #10

Closed RedRaccoon05 closed 3 years ago

RedRaccoon05 commented 3 years ago

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.

r4j0x00 commented 3 years ago

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

RedRaccoon05 commented 3 years ago

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