Get IP over Msn
Posted at 7:57 PM, 10/26/2005
..............Get your friends IP thru msn..............
Ok this thing is very simple, It does that you can get your friends IP thru Msn Messenger.
But for this to work you must have an connection to him, that will say that you are sending him a file or something else.
Ok first open cmd in start/run/cmd then write netstat you will get some ips
that you are connected to, for example baym-785.msgr.hotmail.com witch means your connected to msn service.
Ok now let that window be up, then tell your friend to send you a file
or you send him a file, or having some other thing active such as
Microphone chat.
Ok when that start the file sending or the other like Microphone chat,
make another cmd window and write netstat again, you will get another
netstat Window up with IPs but this contains your friends IP in the
list so the thing to do is to compare the old netstat with the old and
see what IP that is new on the list, And when u found it you got hes
ip, But of course if hes using an Msn proxy this is not gonna work.
Written by DaRkD3b1an
Email Spoofing with Telnet
Posted at 4:57 PM, 10/26/2005
~~This Article was Written by Blinky, Not Me, I give him 110% credit~~
So, I heard you wanted to learn how to spoof emails so you can email
people making it look like its from some other email, right? Well you
have come to the right spot. Ok, first off you gotta know what tool you
use you spoof. This tool is called Telnet. On windows you will need to
go Start > Run then type in cmd and push enter. On macs (im not very
familiar with them) go to utilities and go to "Console." Ok, you might
be wondering, but wait a minute where is telnet? Well if you are in
command prompt (cmd) or in Console it is command based, so for example
you will type in "telnet hostname.com port" So lets get to the basics
now that you know how to get to telnet. When you are in cmd or console
you want to connect to a website on the smpt port (basically the mail
protocol port that allows emails to transfer through). So lets take
hotmail for example, type in:
telnet mail.hotmail.com 25
Now push enter, it connects to hotmail. Lets break it down so you
know how it works. Typing telnet will tell it what program to run, so
whenever you want to use telnet type telnet first, the mail.hotmail.com
section is telling telnet what address to connect to. Finally, the
number 25 is the mail protocol port, you will need to use this to let
telnet know that you want to connect through the mail port so you can
access the mail server on the address. An example of other ports is 21
which is FTP port, and port 80 which is http, you can expirement with
these if you would like.
Now, once you get a message on telnet saying you have connected
and some technical crap you dont need to worry about :) you can begin.
Write out:
HELO
This is interpreted as saying a simple "Hello" to the server, and on
hotmail it will say "HELO xxx.xxx.xxx.xxx the xxx being your IP
address. Now dont be scared spoofing emails is something the other
people can not do anything about to you.
Next is where the spoofing comes in. Write:
MAIL FROM: (Email you want it to send FROM)
Make sure you do NOT include the parenthesis ( ) ie. MAIL FROM:
Joe@email.com This is just telling the mail server where the mail is
labeled to come from. You can choose any email address with the MAIL
FROM: command.
Now you need to choose who to mail TO, type this:
RCPT TO: (Email you want it to send TO)
Again, do NOT include the parenthesis ( ) ie. RCPT TO:
HotmailUser@Hotmail.com This is telling the server where to mail the
email to. RCPT is basically abbreviated as Recipiant. If it does not
accept RCPT TO: email then try spacing the TO : email between each,
depending on the email server. With this you NEED to have it email to
hotmail, or the mail server you connected to.
Now that you have the emails down pat its time to actually write the Email. Write:
DATA
Then press enter, this is just telling the server its time to write down the msg and subject, now write this:
SUBJECT: (PUT YOUR SUBJECT HERE)
Again, dont put parenthesis ( ) unless you actually want parenthesis (
) in the subject. Now once you pushed enter after the subject, write
what you want in the actually body of the email. Once you finished
writing the message push enter, then write
.
and push enter, it will say something about the mail is queued for delivery and it should arrive to the mail box very shortly.
Now wasnt that easy? You have just spoofed your very own email, what
you do with this knowledge is none of my business, have fun and good
luck!
Tips And Answers to Problems:
1. Make sure you never mistype something and hit backspace, it will end
up writing out weird characters and that would be a sign that the email
is spoofed, so if you end up mistyping something, start over.
2. If the message is too long to type because it timesout and kicks you
off then type the message in notepad or any writing processor and then
copy it, when it gets to the message part right click on there and
click paste, or if on a mac just paste it how you normally do.
3. Some email servers allow relaying (being able to send to ANYONE
instead of someone just on that server) but not alot of mail servers
allow that.
4. In case you arent sure if something will work, its a good idea to
send it to your self so everything looks fine then send it to your
target.
There you go, hope this helps all of you guys, just remember, no email bombing or doing anything bad with this method :P
Written by: DaRkd3b1an