mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
15 lines
273 B
Plaintext
15 lines
273 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.
|
|
airport -z
|