Well, there's nothing much really to say...
Just make a new file and name it "fakemailer.php", then paste this into it.
You gotta edit the code each time and change the $from="blblabla"; and shit.PHP Code:
<?php
$to="enter target email address";
$subject="Enter subject";
$msg="Enter message. Use \n for line indentations.\n";
$msg.="This is the second line in the message.\n";
$msg.="This is the third line in the message";
$from="Enter the domain you want to impersonate e.g. support@steam.com";
$header="From: ".$from; //ignore this
$r=mail($to,$subject,$msg,$header);
if ($r==true) {
echo "Mail successfully sent";
} else {
echo "Delivery failed";
}
?>
If anyone wants, they can re-release this with a GUI.
Results 1 to 1 of 1
- 29 Oct. 2010 05:06pm #1
[Release] Simple Fake Mailer Script (PHP, works on ***)
Apply for BCK Hacking Crew! Read this link for more info.
My only MSN email is |[gowr@w.cn]|.
Adf.ly Referral. (Cuz you luv me <3)
My guide on Fake Login Windows + how to spread them.
[TuT] Making a FREE DepositFiles GOLD account!
Wordlists for Password Crackers [CRACKED 320 ACCOUNTS SO FAR!!! LEGIT!!!]
[TuT] Making your own Trainer
[GoWRTeKz] My Favorite Music
Signature
Thanks EliRocks!