mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-28 19:32:50 +03:00
airport: added sniff and status info commands
This commit is contained in:
parent
59358f279e
commit
0c458c4c64
@ -6,6 +6,14 @@
|
||||
|
||||
`sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport`
|
||||
|
||||
- Show current wireless status information:
|
||||
|
||||
`airport -I`
|
||||
|
||||
- Sniff wireless traffic on channel 1:
|
||||
|
||||
`airport sniff {{1}}`
|
||||
|
||||
- Scan for available wireless networks:
|
||||
|
||||
`airport -s`
|
||||
|
Loading…
Reference in New Issue
Block a user