brannondorsey / sniff-probes

Plug-and-play bash script for sniffing 802.11 probes requests :nose:
MIT License
244 stars 43 forks source link

Capture probe requests #6

Open SyedMohdHaris opened 5 years ago

SyedMohdHaris commented 5 years ago

Hy...Is there any way to capture probe requests in windows in python without using wireshark or any other software? Kindly help.

brannondorsey commented 5 years ago

Hi, I'm not a windows user myself, so I don't personally have experience with these tools, but I know Scapy is a popular python packet capture library that I assume is cross platform. Most packet capture tools are built on top of libpcap, which has a python package and maybe windows support through WinPcap. A friend from Thotcon also wrote trackerjacker, which is a python library that may be helpful for you depending on what you are working on. Sorry I can't be of more help specifically. If anyone else has experience doing packet capture on Windows feel free to chime in here.