First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Wi-Fi device driver for Windows that supports wifi monitoring

Hello, I want to use wireshark on my windows machine (intel), i am using wsl2 and kali linux. unfortunatly it seems like intel windows drivers dont support network monitoring (netsh wlan show wirelesscapabilities says its not supported and intel themselves too). Is there a way to bypass that or another driver that supports it

hack69hackerxxx's avatar
1
hack69hackerxxx
asked 2022-07-31 16:02:55 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2022-08-02 08:35:04 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

There are two parts to this: capturing traffic and then analyzing it. Capturing monitor mode traffic on Windows is problematic and I don't recommend this approach, but npcap has some (poor) support for it, for some adapters (Intel is not supported according this documentation):

https://secwiki.org/w/Npcap/WiFi_adap...

If you need:

  1. to use Windows
  2. to use an Intel adapter

Then I suggest a commercial solution for capturing monitor mode traffic:

https://www.tamos.com/download/main/c...

You can save-as pcapng format and then analyze in Wireshark.

Bob Jones's avatar
1.5k
Bob Jones
answered 2022-08-02 09:48:41 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer