An open API service indexing awesome lists of open source software.

https://github.com/ndrix/wifibacon

Simple WLAN python scripts. for wifi beacon capturing and all. Just to play around, nothing big.
https://github.com/ndrix/wifibacon

Last synced: 3 months ago
JSON representation

Simple WLAN python scripts. for wifi beacon capturing and all. Just to play around, nothing big.

Awesome Lists containing this project

README

        

# wifibacon
-- @ndrix

Simple WLAN python script for wifi beacon capturing and all. Mainly trying to make it airodump and all agnostic. It works on a Ubuntu 15 with my AWUS036NHA card. Currently it uses iwconfig, so if must run on a system that supports it, like Linux. Also, it uses wx for the GUI.

Here's how it looks on a (very badly) UI:

![WifiBacon screen capturing packets](http://michaelhendrickx.com/misc/wifibac0n.png)

It's very simple to use, you select which interface you want to listen on; and press *Start Capture*. You can, even while capturing packets, set the channel hopping frequency. When you're done capturing, you can save it as an XML file to use with other programs.

This tool will list the Access Points nearby, and the client's and what probe requests they're sending. I got a bit inspired with [Khalilov's Infernal Wireless](https://github.com/entropy1337) tool.

It was just written to play around with wx, wifi and scapy, nothing big.