mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
16 lines
280 B
Plaintext
16 lines
280 B
Plaintext
# airport
|
|
#
|
|
# Wireless network configuration utility.
|
|
|
|
# Show current wireless status information:
|
|
airport -I
|
|
|
|
# Sniff wireless traffic on channel 1:
|
|
airport sniff 1
|
|
|
|
# Scan for available wireless networks:
|
|
airport -s
|
|
|
|
# Disassociate from current airport network:
|
|
sudo airport -z
|