Home All Groups Group Topic Archive Search About
Author
4 Feb 2009 3:23 PM
Jake
I am trying to get out what security APs use.  Basically I would know if AP
uses Open or WpaPsk.

How it is possible to find?  Get BSSID_List do not have information and
Authentication_mode and Encryption_status tarket is NIC not AP.

Regads,
jake

Author
4 Feb 2009 10:09 PM
Jack (MVP-Networking).
Hi
Maybe this can Help, http://downloads.zdnet.com/abstract.aspx?docid=885181
Jack (MS, MVP-Networking)

Show quoteHide quote
"Jake" <japen***@hotmail.com> wrote in message
news:e8WS4ythJHA.1252@TK2MSFTNGP03.phx.gbl...
>I am trying to get out what security APs use.  Basically I would know if AP
>uses Open or WpaPsk.
>
> How it is possible to find?  Get BSSID_List do not have information and
> Authentication_mode and Encryption_status tarket is NIC not AP.
>
> Regads,
> jake
>
Are all your drivers up to date? click for free checkup

Author
5 Feb 2009 9:53 AM
Jake
Hello
This utility do just that I need.  I need authentication and cipher data.
How I can get them with C#???
jake
....
Show quoteHide quote
> Hi
> Maybe this can Help, http://downloads.zdnet.com/abstract.aspx?docid=885181
> Jack (MS, MVP-Networking)
>
....
>>I am trying to get out what security APs use.  Basically I would know if
>>AP uses Open or WpaPsk.
>>
>> How it is possible to find?  Get BSSID_List do not have information and
>> Authentication_mode and Encryption_status tarket is NIC not AP.
>>
>> Regads,
>> jake
>>
>
Author
5 Feb 2009 6:18 PM
Jack (MVP-Networking).
Hi
I am not sure what you are talking about.
If you looking for ways to brake the Cipher you would not get help here.
Jack (MS, MVP-Networking)

Show quoteHide quote
"Jake" <japen***@hotmail.com> wrote in message
news:OH%23Hwe3hJHA.4572@TK2MSFTNGP04.phx.gbl...
> Hello
> This utility do just that I need.  I need authentication and cipher data.
> How I can get them with C#???
> jake
> ...
>> Hi
>> Maybe this can Help,
>> http://downloads.zdnet.com/abstract.aspx?docid=885181
>> Jack (MS, MVP-Networking)
>>
> ...
>>>I am trying to get out what security APs use.  Basically I would know if
>>>AP uses Open or WpaPsk.
>>>
>>> How it is possible to find?  Get BSSID_List do not have information and
>>> Authentication_mode and Encryption_status tarket is NIC not AP.
>>>
>>> Regads,
>>> jake
>>>
>>
>
>
Author
5 Feb 2009 6:50 PM
James Egan
On Thu, 5 Feb 2009 11:53:05 +0200, "Jake" <japen***@hotmail.com>
wrote:

>This utility do just that I need.  I need authentication and cipher data.
>How I can get them with C#???

If you're referring to WPA you can read about RC4 stream cipher here
http://en.wikipedia.org/wiki/RC4

WPA2 will be a tougher nut to crack because it uses AES block cipher
http://en.wikipedia.org/wiki/Advanced_Encryption_Standard


Jim.

Bookmark and Share