wibiya widget

TipsTricksHacks

Sending Fake e-mail



First off, you have to find their mail exchanger. There are tons of sites on the net that will let you do that for free, and IP-Tools at http://spartandownloads.2ya.com will also allow you to find mailexchangers (also known as MX).

Usually they are easy to find, like hotmail's exchanger would be mx1.hotmail.com, or mx2.hotmail.com.

First what you will do is use telnet to connect to the server using port 25 (SMTP Port):

Example:

telnet mx1.hotmail.com 25

Once it shows up, it is usually nice to start with a HELO command. Some servers require you to provide a hostname within the HELO.

Example:

HELO hotmail.com

It should respond with a message such as pleased to meet you or whatever. To start off with your sending, you will use the MAIL FROM: command.

Example:

Mail From:fakeguy@fakeeeee.com

NOTE: All commands are usually pretty generic, although some may vary; try the HELP command.

Now to get this e-mail to who we want it to go to, we use the RCPT TO: command.

Example:

RCPT TO:person123wutever@hotmail.com

We are now ready to type the main areas of our e-mail since the server knows where to send it. Type DATA and it should respond, telling you how to end the body of the email. Usually it is one line with a DOT (.) on a line all by itself, minus the parentheses.
After typing Data, we can type our message. Remember, you cannot backspace on mailservers, so do this very carefully. Most places need a heading to seem authentic, so start with the top stuff in your email, which should usually be typed in this order:



Date: (input w/e date u want, and yes, u can send messsages from the future hehe)

To: (recipent email here)

From: (fake email address here, or whoever u r forging this for)

Subject: (enter subject here, not awlays required, but put one just in case)

After all that, you can type the body of your message. Type whatever you want, then end it however the mailserver told you to end, which is usually a DOT (.) on a line all by itself:

blahblahblah message here
.

After typing that dot, it should say message queued for delivery, which is usually only a few seconds.

Finally, type your quit command, and you are done!

The basic layout looks like this:

helo

mail from :

rcpt to :

body

[message]

.

Remember, all connections are logged, and eventually, no matter what, they will find a way to track you down, so don't do anything stupid and get yourself caught doing really bad things.

Enable virtual Wi-Fi



Windows 7 includes a little-known new feature called Virtual Wi-Fi, which effectively turns your PC or laptop into a software-based router. Any other Wi-Fi-enabled devices within range - a desktop, laptop, an iPod perhaps - will "see" you as a new network and, once logged on, immediately be able to share your internet connection.

This will only work if your wireless adapter driver supports it, though, and not all do. Check with your adapter manufacturer and make sure you've installed the very latest drivers to give you the best chance.

Once you have driver support then the easiest approach is to get a network tool that can set up virtual Wi-Fi for you. Virtual router (below) is free, easy to use and should have you sharing your internet connection very quickly.

Virtual router

If you don't mind working with the command line, though, maybe setting up some batch files or scripts, then it's not that difficult to set this up manually.

Flags

free counters