What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Xniff (ActiveX Packet Sniffer) - Examples inside

Pages: (6): « First « 1 2 3 [ 4 ] 5 6 » Last »
[Release] Xniff (ActiveX Packet Sniffer) - Examples inside
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
I was just reading through the whole thread to see if it mentions why it doesn't work on some connections...  What kind of problems have people been experiencing?
<Eljay> "Problems encountered: shit blew up" :zippy:
09-04-2006 06:54 PM
Profile PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
quote:
Originally posted by SpunkyLoveMuff
I was just reading through the whole thread to see if it mentions why it doesn't work on some connections...  What kind of problems have people been experiencing?

If you look in the thread for the first session notifier you might find more. EDIT:  that's http://shoutbox.menthix.net/showthread.php?tid=64026 btw.

What happens is on the debugger, when you start Xniff with Xniff.Start it returns:

Error: Error 10022 in function WSAIoctl(SIO_RCVALL)
Invalid argument.

This post was edited on 09-04-2006 at 06:59 PM by alexp2_ad.
09-04-2006 06:57 PM
Profile E-Mail PM Find Quote Report
Zeh
Full Member
***

Avatar
DC 4 EVER!

Posts: 136
Reputation: 1
35 / Male / –
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
The scripts just don't work they give a error message in de debug when the Xniff should be working. If you read this thread you will see some people having problems because they have wireless [align=right]http://shoutbox.menthix.net/showthread.php?tid=65633
[Image: Zeh.png][Image: x copy.jpg]
| Windows Live Messenger Beta Tester | Windows Live Mail Beta Tester |
09-04-2006 06:59 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
quote:
Originally posted by Zeh
Maybe if we were able to understand what let's it work in some connections it would be easyer to make it work on all wifi connections.
It is far from easy to fix something like this. Many sniffing codes circulate the net and extremely many "suffer" from it. Also because the problem lies partially (or rather many times) in the network driver which is being used.

eg: if people on a wireless connection change their network driver, they may have success using such sniffers.

quote:
Originally posted by SpunkyLoveMuff
I was just reading through the whole thread to see if it mentions why it doesn't work on some connections...  What kind of problems have people been experiencing?
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.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-04-2006 07:01 PM
Profile PM Find Quote Report
Zeh
Full Member
***

Avatar
DC 4 EVER!

Posts: 136
Reputation: 1
35 / Male / –
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
That's the problem. How can we let raw sockets to be made in wireless? Is that driver thing going to let i make raw sockets?
[Image: Zeh.png][Image: x copy.jpg]
| Windows Live Messenger Beta Tester | Windows Live Mail Beta Tester |
09-04-2006 07:05 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
Ok, so I am getting an error :p

quote:
Originally posted by The Debug Window

Script is starting
Error: unknown.
       Line: 1. Code: -2147024770.
Script is now loaded and ready
Function called: OnEvent_Initialize


Line 1 reads: var xniff = new ActiveXObject("w00t.Xniff");

Which I'm guessing is the correct way to create the ActiveX object. The script works even though it gets this error though :s
<Eljay> "Problems encountered: shit blew up" :zippy:
09-04-2006 07:08 PM
Profile PM Find Quote Report
Zeh
Full Member
***

Avatar
DC 4 EVER!

Posts: 136
Reputation: 1
35 / Male / –
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
It's what CookieRevised said about the raw sockets. Some wireless conections wont let a raw socket to be opened. I wonder what is diferent in your connection, you seem to be able to use the Xniff right...
[Image: Zeh.png][Image: x copy.jpg]
| Windows Live Messenger Beta Tester | Windows Live Mail Beta Tester |
09-04-2006 07:12 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
I disabled all router firewalls and opened all the ports using DMZ settings if that makes a difference...
<Eljay> "Problems encountered: shit blew up" :zippy:
09-04-2006 07:12 PM
Profile PM Find Quote Report
Zeh
Full Member
***

Avatar
DC 4 EVER!

Posts: 136
Reputation: 1
35 / Male / –
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
My router isn't blocking anything. :(
[Image: Zeh.png][Image: x copy.jpg]
| Windows Live Messenger Beta Tester | Windows Live Mail Beta Tester |
09-04-2006 07:17 PM
Profile E-Mail PM Find Quote Report
Deco
Full Member
***


Posts: 188
Reputation: 4
41 / Male / Flag
Joined: Aug 2006
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
Did anyone find out how to get xniff to work with wireless?

Script starts fine, but shows no data in debug window.

Any hints?


edit: I thnk the problem was on getting the IP. After I changed the IP function to that of the second example, it started working.

So whoever gets no error with the script but sees no data, try using the code provided in the first example to get the IP and then sniff everything to exaustion.. like I am.

Thanks!

This post was edited on 09-05-2006 at 01:55 PM by Deco.
09-05-2006 01:30 PM
Profile E-Mail PM Web Find Quote Report
Pages: (6): « First « 1 2 3 [ 4 ] 5 6 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On