A small cross-platform UI library that brings the simplicity of native UI development to the web\r\n
- Put wifi device into monitor mode:\nsudo ifconfig wlan1 down \nsudo iwconfig wlan1 mode monitor\nsudo ifconfig wlan1 up\n\n2. Capture beacon broadcasts\nsudo tshark -i wlan1 -f "type mgt subtype beacon"\n\n3. Capture AP probe requests and responses\nsudo tshark -i wlan1 -s 256 -f "type mgt subtype probe-resp or subtype probe-req"\n\nOR\n\nsudo tcpdump -i wlan1 -e -s 256 type mgt subtype probe-resp or subtype probe-req\n\nAlso useful:\nsudo airodump-ng wlan1