Valhalla Legends Forums Archive | Visual Basic Programming | Hmm help please?

AuthorMessageTime
QwertyMonster
Hello.

I am trying to code a program that will log everything sent and received on MSN Messenger. Like if i said 'hihi' to somebody, i would then want it to be displayed on my program thats it been sent.

And also, how would i get this to work on somebody else's computer? Like could i see what they are sending and receiving without having to put a program on their computer?

Bit of help please. (And no im not building a keylogger or anything, i was just curious on how it worked and wanted to try some stuff).
December 6, 2005, 6:43 PM
Networks
[quote author=QwertyMonster link=topic=13438.msg136604#msg136604 date=1133894638]
And also, how would i get this to work on somebody else's computer? Like could i see what they are sending and receiving without having to put a program on their computer?
[/quote]

You would only be able to see what they send to you not all the messages they send to others.

Also this may be possible if you use MSN clients like GAIM which allow plugins. That's the simplest way I believe you could do it.
December 6, 2005, 10:00 PM
Newby
[quote author=QwertyMonster link=topic=13438.msg136604#msg136604 date=1133894638]
And also, how would i get this to work on somebody else's computer? Like could i see what they are sending and receiving without having to put a program on their computer?
[/quote]

If you managed to intercept their traffic, you could sniff it.
December 7, 2005, 1:27 AM
Mangix
[quote author=QwertyMonster link=topic=13438.msg136604#msg136604 date=1133894638]
And also, how would i get this to work on somebody else's computer? Like could i see what they are sending and receiving without having to put a program on their computer?
[/quote]
you can see what they are sending to YOU but you cant see what they receive from someone who isnt you. you could prolly do that if this persons computer is connected over a home network or something(im only 0.1% sure).

as for packets sniffers, http://www.winpcap.org
December 7, 2005, 7:27 AM
hismajesty
Gaim keeps logs automatically.
December 7, 2005, 11:15 AM
JoeTheOdd
I asume you want to log traffic, not whats being said.

As Mangix said, see WinPCap (Windows Packet Capture Library). I've never used it in VB, but I think theres some example stuff out there (planet sourcecode?). Doing that you can receive each packet received, then parse it (for the correct port, etc), then debugoutput it, or whatever you want.
December 7, 2005, 1:08 PM
QwertyMonster
So theres no way to see what somebody else says to somebody else, and what they receive? Aww damn... or am i reading what you lot said in the wrong way?

I will check out those links you gave me.
December 7, 2005, 3:50 PM
Adron
[quote author=QwertyMonster link=topic=13438.msg136707#msg136707 date=1133970622]
So theres no way to see what somebody else says to somebody else, and what they receive? Aww damn... or am i reading what you lot said in the wrong way?

I will check out those links you gave me.
[/quote]

There are many ways actually. For example, you could break into Microsoft's computers handling MSN chats and grab it there. Or you could cut the phone line/cable connection of your target and insert sniffing hardware to analyze the traffic passing.
December 7, 2005, 4:16 PM
Myndfyr
[quote author=Adron link=topic=13438.msg136714#msg136714 date=1133972195]
[quote author=QwertyMonster link=topic=13438.msg136707#msg136707 date=1133970622]
So theres no way to see what somebody else says to somebody else, and what they receive? Aww damn... or am i reading what you lot said in the wrong way?

I will check out those links you gave me.
[/quote]

There are many ways actually. For example, you could break into Microsoft's computers handling MSN chats and grab it there. Or you could cut the phone line/cable connection of your target and insert sniffing hardware to analyze the traffic passing.
[/quote]

At first I thought Kp wrote that response.

You know, you could also insert a trojan onto other people's computers.  Or install Winpcap and then use the remote sniffing service.
December 7, 2005, 4:50 PM
QwertyMonster
Hmm is cutting the phone line and sniffing there traffic difficult Adron?

And MyndFyre, my first idea was to build a trojan or a keylogger type application and use it like that.... i could make a PacketLogger, and insert it into my application, send it to there pc and make it so all info logged by the Packetlogger is sent somewhere or is logged.. would that work?
December 7, 2005, 10:01 PM
Mangix
[quote author=Joe link=topic=13438.msg136697#msg136697 date=1133960908]
As Mangix said, see WinPCap (Windows Packet Capture Library). I've never used it in VB, but I think theres some example stuff out there (planet sourcecode?). Doing that you can receive each packet received, then parse it (for the correct port, etc), then debugoutput it, or whatever you want.
[/quote]
PacketX
December 7, 2005, 10:02 PM
Ringo
[quote author=QwertyMonster link=topic=13438.msg136604#msg136604 date=1133894638]
Bit of help please. (And no im not building a keylogger or anything, i was just curious on how it worked and wanted to try some stuff).
[/quote]
[quote author=QwertyMonster link=topic=13438.msg136744#msg136744 date=1133992890]
my first idea was to build a trojan or a keylogger type application and use it like that....[/quote]
*laughs* :D
December 7, 2005, 11:21 PM
K
[quote author=QwertyMonster link=topic=13438.msg136744#msg136744 date=1133992890]
Hmm is cutting the phone line and sniffing there traffic difficult Adron?
[/quote]

Extremely difficult if they have cable internet.
December 7, 2005, 11:31 PM
rabbit
Don't forget about satellite!
December 8, 2005, 2:49 AM
Grok
[quote author=K link=topic=13438.msg136761#msg136761 date=1133998305]
[quote author=QwertyMonster link=topic=13438.msg136744#msg136744 date=1133992890]
Hmm is cutting the phone line and sniffing there traffic difficult Adron?
[/quote]

Extremely difficult if they have cable internet.
[/quote]

Why extremely difficult?  It's just RG 59?  If you can splice coax you can add something inline.  Might also be able to use a vampire tap to read the center conductor.  None of this is necessary if you're on their cable hub, just put your network card in promiscuous mode and listen in on all their traffic.
December 8, 2005, 4:48 AM
K
[quote author=Grok link=topic=13438.msg136794#msg136794 date=1134017286]
[quote author=K link=topic=13438.msg136761#msg136761 date=1133998305]
[quote author=QwertyMonster link=topic=13438.msg136744#msg136744 date=1133992890]
Hmm is cutting the phone line and sniffing there traffic difficult Adron?
[/quote]

Extremely difficult if they have cable internet.
[/quote]

Why extremely difficult?  It's just RG 59?  If you can splice coax you can add something inline.  Might also be able to use a vampire tap to read the center conductor.  None of this is necessary if you're on their cable hub, just put your network card in promiscuous mode and listen in on all their traffic.
[/quote]

Well, if you want to cheat and cut the coaxial cable instead of the phone line.
December 8, 2005, 7:09 AM
QwertyMonster
Hmm, thank you for all the help. I will read up on all of this and see what i can do. For now i think i am ok, thanks for all the help guys!
December 8, 2005, 8:15 AM
Forged
I wouldn't suggest messing with any cables.  Unless of course, you do not fear being raped in prison.
December 8, 2005, 5:43 PM
Adron
I would suggest not messing with anyone else's messages at all. Unless of course, you do not fear being raped in prison.
December 8, 2005, 6:33 PM
Grok
[quote author=K link=topic=13438.msg136809#msg136809 date=1134025792]
[quote author=Grok link=topic=13438.msg136794#msg136794 date=1134017286]
[quote author=K link=topic=13438.msg136761#msg136761 date=1133998305]
[quote author=QwertyMonster link=topic=13438.msg136744#msg136744 date=1133992890]
Hmm is cutting the phone line and sniffing there traffic difficult Adron?
[/quote]

Extremely difficult if they have cable internet.
[/quote]

Why extremely difficult?  It's just RG 59?  If you can splice coax you can add something inline.  Might also be able to use a vampire tap to read the center conductor.  None of this is necessary if you're on their cable hub, just put your network card in promiscuous mode and listen in on all their traffic.
[/quote]

Well, if you want to cheat and cut the coaxial cable instead of the phone line.
[/quote]

Haha!  OK I see why you said extremely difficult and I concur.
December 8, 2005, 8:46 PM

Search