Jump to content

Capture probe requests with Python possible?


cdoc

Recommended Posts

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!

Link to comment
Share on other sites

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 by 3mrgnc3
added options
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...