cdoc Posted March 22, 2017 Posted March 22, 2017 Hello, do you guys know if it's possible to capure Client(s)-to-WifiRouter(s) probe request, just like Karma does, but without "answering" to any of those requests by using python? I mean, to passively monitor surrounding devices' probes and log them in to a text file or something, but be invisible in their wifi network list. Any python libraries suggestions would be appreciated! Quote
3mrgnc3 Posted March 23, 2017 Posted March 23, 2017 (edited) 14 hours ago, cdoc said: Hello, do you guys know if it's possible to capure Client(s)-to-WifiRouter(s) probe request, just like Karma does, but without "answering" to any of those requests by using python? I mean, to passively monitor surrounding devices' probes and log them in to a text file or something, but be invisible in their wifi network list. Any python libraries suggestions would be appreciated! I googled it for you... Monitor Wi-Fi Client Probes In 10 Lines Of Python http://www.securitytube.net/video/7265 Or Just use airodump-ng with -w flag. Then you will have multiple file formats produced you can process/parse/filter/script against. Or wireshark capture on monitor interface. You can construct a capture or display filter to only show probes. google should have all the examples you need. Edited March 23, 2017 by 3mrgnc3 added options Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.