![]() |
Email Forging
I know you can do this, but how do you make an email look like it was sent from a totally
different email address? What is the cmd or what ever code to do so. THX! :crazy: |
Re: Email Forging
When you are connected to a mail exchanger, you CANNOT USE the backspace (delete) key. So any mistakes you make mean you must reconnect or send it as it is. Once you know what's going on, it may be worth setting up a telnet macro to do the entire process for you. That's assuming you'll be doing this a lot.
For this example, I will be emailing poor_sod@gullible.com, and the email will appear to come from nastygeezer@brutal.com. You can in fact email anybody with this method - the way the internet works means that (almost) anyone with any email address can be fakemailed. Every computer you connect to to use this method will look slightly different, but the commands are generic, and should work anywhere. And finally - these instructions are written for a Unix user - the method is basically the same for a Windoze user - but if you can't figure out what to change, you probably shouldn't be doing this at all. Some Windoze users don't have NSLookup, if not, you can try IntNet's online NSLookup. __________________________________________________ __________________________________________________ Getting mail exchanger data and connecting Step 1 - Getting mail exchanger data and connecting You must use a program called "nslookup" to look up information about the computer where poor_sod has his email address. In this case, gullible.com. On a standard *nix system, this can be achieved like this: Code:
% /usr/sbin/nslookup -q=MX gullible.comAn nslookup will produce quite a lot of data, but the only thing you are looking for is a "mail exchanger" - there are often several, but any of them will do. At this point, we must connect to the mail exchanger using port 25 - this is achieved like this: Code:
% telnet easy.gullible.com 25__________________________________________________ _________________________________ Identifying Now you must tell the computer where you're from, who you are, and who's getting the email. Code:
HELO brutal.comAnd that's it! The computer has accepted our input just fine! All we need to do now is __________________________________________________ ___________________________________ The email itself What we must do now is make the email look as if it came from a proper email program, rather than us just handtyping it in - this is important. If we don't put in credible data, most email clients will reject it. What we must do is add the headers, and then the email. Code:
DATA |
Re: Email Forging
Thanks for the help.
Never mind about the ip thing I figured it out... |
Re: Email Forging
lol no cant tell u about that ip or how i got it sry mate
|
Re: Email Forging
I am a total noob and am now looking into this whole ethical hacking but i have a question, now if i do send this forged email, then if this person does reply what happens to the email which the recipient of the forged email sends, does it go to the email address used for the forged mail or can it be routed back to you so you can read it.
|
Re: Email Forging
Quote:
If you do that kind-of defeats the purpose... |
| All times are GMT +5.5. The time now is 07:58. |