<?php
/**
* Name : Fake Result (Spammers)
* Author : Shor7cut
* Link : http://facebook.com/bug7sec
*/
for ($i=0; $i <5000; $i++) {
$output = json_decode(file_get_contents("https://v5.fakenameapi.com/generate?app_id=0fb9dcd2&app_key=209d6fbe662063209e85f1adc9d4f59c&country=us&name-set=us&gender=random&minimum-age=19&maximum-age=85&output=json&human=false"),true);
$ccne = substr($output['CCNumber'],0,6);
$bin = json_decode(file_get_contents("https://binlist.net/json/$ccne"),true);
$message ="
++-------[ $$ ReZulT - Li Lu Li Lu $$ ]-------++
.++=====[ CreditCard ]=====++.
Cardholder Name : " . $output['GivenName'] . " " .$output['MiddleInitial']. "
Card Number : " . $output['CCNumber'] . "
Expiration Date : " . $output['CCExpires'] . "
Cvv2 : " . $output['CVV2'] . "
BIN/IIN Info : " .$bin['bin']." - ".$bin['brand']." - ".$bin['card_type']."
Sort Code : - - "." "."
.++=========[ End ]=========++.
.++===[ Address & Info ]===++.
Account Name : ". $output['GivenName'] . " " .$output['MiddleInitial']."
Address Line 1 : ".$output['StreetAddress']."
Address Line 2 :
City/Town : ".$output['City']."
State : ".$output['State']."
Zip/PostCode : ".$output['ZipCode']."
Country : ".$output['Country']."
Phone Number : ".$output['TelephoneNumber']."
.++=========[ End ]=========++.
.++=======[ PC Info ]=======++.
Username : ".$output['EmailAddress']."
Password : ".$output['Password']."
.++=========[ End ]=========++.
++------[ $$ ReZulT - Li Lu Li Lu $$ ]------++
";
$subject = "[Info] CC ". $bin['sub_brand'] . " " . $bin['card_type'] . " " . $bin['brand'] . " [ " . $output['Country'] . " ]";
$headers = "From: Setoran CC ".$output['Country']." <[email protected]>";
if(mail($_GET['email'], $subject, $message, $headers)){
echo "sent success<br>";
}else{
echo "sent failed<br>";
}
ob_flush(); flush();
}
?>
Loading Info...