mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 16:55:44 +02:00
airport: added sniff and status info commands
This commit is contained in:
parent
59358f279e
commit
0c458c4c64
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue