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.
- Host: GitHub
- URL: https://github.com/ndrix/wifibacon
- Owner: ndrix
- Created: 2016-01-31T19:06:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T22:05:19.000Z (over 9 years ago)
- Last Synced: 2025-01-22T10:11:22.852Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wifibacon
-- @ndrixSimple 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:

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.