[Release] Xniff (ActiveX Packet Sniffer) - Examples inside |
Author: |
Message: |
Dempsey
Scripting Contest Winner
http://AdamDempsey.net
Posts: 2395 Reputation: 53
38 / /
Joined: Jul 2003
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
quote: Originally posted by CookieRevised
When it doesn't work (you get the WSAIoctl error) it means a raw socket couldn't be made which is needed to sniff incomming packets.
On my Laptop at home I originally got an error about WSAIoctl, but then I wrapped the line in a try statement and now it works fine with my wireless connection, not sure if it will work for others.
code: function OnEvent_Initialize(MessengerStart){
if(Messenger.MyStatus > 0){
try {
xniff.Start();
}catch(e){
Debug.Trace('Error in xniff.Start(): '+e);
}
}
}
|
|
11-28-2006 01:12 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
There is a big problem when you use Pai's Xniff ActiveX sniffer in your scripts.
As soon as more than 1 script is using the ActiveX, critical problems will occur.
When you close Windows Live Messenger (with or without signing out, that doesn't matter), Messenger Plus! unloads all scripts and stuff. But because of a bug in Xniff (or the way it is compiled?), Windows Live Messenger will actually crash.
This crashing will go unnoticed for most people and it will appear as if Windows Live Messenger closed properly. But if you're a beta tester of Messenger Plus! and are using a debug version of Plus!, you will notice dump files being created as proof of Windows Live Messenger crashing upon closing.
This crashing on its turn makes that several things in Messenger Plus! itself doesn't work properly anymore either, like settings which would normally be saved upon closing Windows Live Messenger will not be saved anymore (eg: positions of the Script Debug Window, Event log, etc). It also is responsible for some other 'reported bugs' in Messenger Plus! Live.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
11-28-2006 01:18 PM |
|
|
czakowski
New Member
Posts: 3
Joined: Jan 2007
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
emmm im sort of a noob
can some one tell me whole to create all this
cause it isnt really well said what to do ...
thanks
|
|
01-14-2007 11:56 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
It is actually very well explained. Only, you need to understand about what it is, aka: you need to have some more than basic knowledge about the stuff.
To put it very bluntly (please don't take this in the wrong way though), if you don't understand what is explained or don't understand what the example scripts do or how they work, it is very well possible this isn't for you (yet)...
This post was edited on 01-15-2007 at 01:25 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
01-15-2007 01:22 AM |
|
|
czakowski
New Member
Posts: 3
Joined: Jan 2007
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
ok well...i didn't have any problem before cause it worked well on the 7.5 version but doesnt anymore on the msn live 8.0... version ... i even tried Stuffplug to get this open/close message but thosent work either.
anyways...i have to start learning somewhere ...right?
thanks anyways if you dont want to help out
This post was edited on 01-15-2007 at 04:04 AM by czakowski.
|
|
01-15-2007 04:01 AM |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
Its not that we dont want to help out its a simple fact that if you dont understand the general concept it will be next to impossible to explain it. "You need to learn to walk before you can run."
And an open/close conversation notifier isn't secure because a lot of things in this protocol is called a "session"; opening conversations, changing your dp and your contact downloading it, etc are sessions so any of these will trigger your notification of an "opened window"
|
|
01-15-2007 04:14 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
czakowski, in regards to: quote: Originally posted by Matty
And an open/close conversation notifier isn't secure because a lot of things in this protocol is called a "session"; opening conversations, changing your dp and your contact downloading it, etc are sessions so any of these will trigger your notification of an "opened window"
read " CookieRevised's reply to Question regarding a "close msg window logger""...
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
01-15-2007 07:30 AM |
|
|
czakowski
New Member
Posts: 3
Joined: Jan 2007
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
ok thanks guys
|
|
01-16-2007 01:14 AM |
|
|
Deco
Full Member
Posts: 188 Reputation: 4
42 / /
Joined: Aug 2006
|
Xniff and Vista
Anyone got Xniff to work with Vista?
I get error 0x80004005 when I try to register it.
Thanks
|
|
04-02-2007 03:22 PM |
|
|
bigbob85
Full Member
Is Good, Is Bob...
Posts: 128 Reputation: 4
37 / /
Joined: Jul 2003
|
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
Is there anyway to packet sniff successfully with messenger plus?
|
|
07-29-2007 04:29 AM |
|
|
Pages: (6):
« First
«
1
2
3
4
[ 5 ]
6
»
Last »
|
|