/wireless-mon

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Wireless monitor

Requirements

***cap2hccapx*** from [hashcat-utils](https://github.com/hashcat/hashcat-utils).

How to use

# Create new monitor interface, if not exists

python app.py -i wlan0 -m mon0

# Enable interface if not enabled
python app.py -u mon0

# Start sniffing on interface  
python app.py -s -i mon0 -c 1

# Export captured packets to pcap file
python app.py -e db.pcap