Main » 2011 » November » 25 » SEND EMAIL FORGE USING COMMAND PROMPT, SEND EMAILS FROM ANYONE & ANYWHERE
2:23 AM
SEND EMAIL FORGE USING COMMAND PROMPT, SEND EMAILS FROM ANYONE & ANYWHERE
1. Some ISP's block port 25 so it might not work
2. Most likely, you won't be able to see what yer typing

First of all, you need an SMTP server. These are extremely common and, in fact, I'll provide one for you (mail.hotmail.com). SMTP: Simple Mail Transfer Protocol. This service runs on port 25 (in most cases) and is used to send outgoing email. 


Now, open up the command prompt and telnet to mail.hotmail.com on port 25 (note: to see what you type, type telnet and enter then type in set local_echo):


code:-------------------------------------------------------------------------------- 

telnet mail.hotmail.com 25
--------------------------------------------------------------------------------

When yer connected type in (except what's in between *'s; you chose what will go in the []): 


code: 

helo
*wait*
mail from:[whoever]@[whoever.com]
*wait*
rcpt to:[whoever]@[whoever.com]
*wait*
data
*wait*
[write]
[whatever you want]
[in]
[as many]
[lines as wished]
.
*wait*
quit

Helo is just a handshake with the server. Mail from: is FROM who you want the email to be. rcpt to: is who you want the email to go to. under data is what you want sent. the '.' ends data. quit quits. There! simple isn't it.
Category: How TO Guides | Views: 675 | Added by: 3x3r00t | Rating: 0.0/0
Total comments: 0
Only registered users can add comments.
[ Registration | Login ]
Recommend on Google

Designed By [#]./3X3.R()()T
Like Us on Facebook Follow Us on Twitter Subscribe Us on Youtube WWW.GeniusHackers.NET © 2024
Founder and CEO of GeniusHackers [#] /3x3.R()()T
Hosted by uCoz