Here is a Python program to do WiFi channel hopping with an AirPcap adapter.
The program (apc-channel.py) takes 3 options:
- –interval sec to set the interval between hops (default is 0.5 sec)
- –step increment to specify the size of the channel hop (default is 5)
- –quit to prevent the program from displaying each channel hop
The program also serves as an example on how to use the AirPcap dll from a Python program.
I’ve a couple of other AirPcap programs written in Python (like one to monitor probe requests). If there’s enough interest, I’ll clean up the code and publish it. Be aware that you need an AirPcap adapter for all these programs.
Quickpost info
There is interest…
Comment by JJ — Wednesday 11 June 2008 @ 15:15
[...] Filed under: My Software, Quickpost, WiFi — Didier Stevens @ 9:10 As promised in my previous post, here is another Python program for the AirPcap [...]
Pingback by Quickpost: WiFi Probe Request Logging with an AirPcap Adapter « Didier Stevens — Tuesday 24 June 2008 @ 9:11
Thanks for this…I’d like to see what else you have….
Comment by Nels — Tuesday 24 June 2008 @ 14:03