Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-08-2006, 07:42 PM
Richard Kaszeta
Guest
 
Posts: n/a
Default Monitor mode 802.11 on Windows

I've developed a Java library[1] that creates analogs to the standard
java.net.Socket class, with raw access to packets at the IP and
Ethernet frame layers, creating generic Packet objects(basically, this
lets me do low-level r/w network access in Java with a fairly
straightforward API that's consistent between the different layers of
the network). Basic concept is to allow use of protocols that aren't
supported by java.net (so far, it's been used to write packet
sniffers, nmap style port scanners, and I'd like to extend this
functionality to include 802.11 packet monitoring, but have only been
able to do this with a limited set of adapters under Linux. Under
Windows, due to driver limitations, 802.11 devices are only accessible
as virtual 802.3 devices, so I can't do any interesting radio packet
level sniffing or manipulation.

So I'm looking for recommendations for Windows drivers (commercial
drivers are acceptable) that enable promiscuous/monitor mode access
for at least read support, and preferably read and write support. A
clearly defined API is good as well.

Note that, for a variety of functionality reasons, we don't use (and
would prefer not to use) WinPcap to access packets.

[1] Internal to my company, presently, but I'm probably going to have
it open-sourced soon.

--
Richard W Kaszeta
rich@kaszeta.org
http://www.kaszeta.org/rich

Reply With Quote
  #2 (permalink)  
Old 11-09-2006, 01:12 AM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: Monitor mode 802.11 on Windows

On 08 Nov 2006 14:42:53 -0600, Richard Kaszeta <rich@kaszeta.org>
wrote:

>(...) Under
>Windows, due to driver limitations, 802.11 devices are only accessible
>as virtual 802.3 devices, so I can't do any interesting radio packet
>level sniffing or manipulation.


Note that it's not just the driver. The wireless device has to be
capeable of supporting promiscuous and/or monitor mode.

>So I'm looking for recommendations for Windows drivers (commercial
>drivers are acceptable) that enable promiscuous/monitor mode access
>for at least read support, and preferably read and write support. A
>clearly defined API is good as well.


http://www.cacetech.com/products/index.htm
http://www.wildpackets.com/support/p...opeek/hardware

>Note that, for a variety of functionality reasons, we don't use (and
>would prefer not to use) WinPcap to access packets.


It's rather difficult to avoid using something so popular.

>[1] Internal to my company, presently, but I'm probably going to have
>it open-sourced soon.


Yeah, that would make me really happy.

--
# Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
# 831-336-2558 jeffl@comix.santa-cruz.ca.us
# http://802.11junk.com jeffl@cruzio.com
# http://www.LearnByDestroying.com AE6KS

Reply With Quote
  #3 (permalink)  
Old 11-09-2006, 01:37 AM
Richard Kaszeta
Guest
 
Posts: n/a
Default Re: Monitor mode 802.11 on Windows

Jeff Liebermann <jeffl@comix.santa-cruz.ca.us> writes:
> >(...) Under
> >Windows, due to driver limitations, 802.11 devices are only accessible
> >as virtual 802.3 devices, so I can't do any interesting radio packet
> >level sniffing or manipulation.

>
> Note that it's not just the driver. The wireless device has to be
> capeable of supporting promiscuous and/or monitor mode.


Yeah, but there are still plenty of devices that allow this, at least
with a good driver (my first prototype implementation was on Linux
using an old Orinoco Gold card).

> >So I'm looking for recommendations for Windows drivers (commercial
> >drivers are acceptable) that enable promiscuous/monitor mode access
> >for at least read support, and preferably read and write support. A
> >clearly defined API is good as well.

>
> http://www.cacetech.com/products/index.htm


That's what I'm working with now, which is probably going to be my
first effort.

> http://www.wildpackets.com/support/p...opeek/hardware


On my to-check out list as well.

> >Note that, for a variety of functionality reasons, we don't use (and
> >would prefer not to use) WinPcap to access packets.

>
> It's rather difficult to avoid using something so popular.


Indeed, but there were some significant security issues for the
application driving all this work, and especially when writing packets
it was more than a little kludgy.

> >[1] Internal to my company, presently, but I'm probably going to have
> >it open-sourced soon.

>
> Yeah, that would make me really happy.


I'll make a post here when I do that, since it should be useful, and
I'd like to get more people using/testing it. That, and the fact that
this software was sort of a byproduct of other work anyways.

Thanks for the pointers.

--
Richard W Kaszeta
rich@kaszeta.org
http://www.kaszeta.org/rich

Reply With Quote
  #4 (permalink)  
Old 11-12-2006, 04:07 AM
C Denver
Guest
 
Posts: n/a
Default Re: Monitor mode 802.11 on Windows


"Richard Kaszeta" <rich@kaszeta.org> wrote in message
news:y6xvelp2vml.fsf@pomme.me.umn.edu...
> Jeff Liebermann <jeffl@comix.santa-cruz.ca.us> writes:
> Yeah, but there are still plenty of devices that allow this, at least
> with a good driver (my first prototype implementation was on >Linux using
> an old Orinoco Gold card).


You should have kept the Orinoco Gold card, lol...they are so good that I am
getting one shipped in from New York all the way over the the UK.



Reply With Quote
  #5 (permalink)  
Old 11-12-2006, 12:40 PM
Richard Kaszeta
Guest
 
Posts: n/a
Default Re: Monitor mode 802.11 on Windows

"C Denver" <sdenver@btinternet.com> writes:

> "Richard Kaszeta" <rich@kaszeta.org> wrote in message
> news:y6xvelp2vml.fsf@pomme.me.umn.edu...
> > Jeff Liebermann <jeffl@comix.santa-cruz.ca.us> writes:
> > Yeah, but there are still plenty of devices that allow this, at least
> > with a good driver (my first prototype implementation was on >Linux using
> > an old Orinoco Gold card).

>
> You should have kept the Orinoco Gold card, lol...they are so good that I am
> getting one shipped in from New York all the way over the the UK.


I still have it (actually, I have quite a few of them), but it's an
older one and doesn't do 802.11g.

--
Richard W Kaszeta
rich@kaszeta.org
http://www.kaszeta.org/rich

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HPSBMA02198 SSRT061177 rev.1 - HP OpenView Network Node Manager (OV NNM) Remote Unauthorized Access Security Alert comp.security.misc 0 04-02-2007 01:16 PM
HPSBMA02176 SSRT051035 rev.1 - HP OpenView Network Node Manager (OV NNM) Remote Unauthorized Execution of Arbitrary Code Security Alert comp.security.misc 0 01-11-2007 07:07 PM
HPSBMA02175 SSRT061174 rev.1 - HP OpenView Network Node Manager (OV NNM) Remote Unauthorized Read Access to Files Security Alert comp.security.misc 0 01-11-2007 07:06 PM
Security fears over MS October patches... Imhotep alt.computer.security 31 10-23-2005 12:58 AM
best practices to secure home's network strutsng@gmail.com alt.internet.wireless 31 10-14-2005 10:22 AM


All times are GMT. The time now is 12:54 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45