Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 415 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 415 Bytes

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