mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 21:44:58 +02:00
Merge pull request #737 from oxguy3/patch-1
airport: added sniff and status info commands
This commit is contained in:
commit
91ac85a3b7
1 changed files with 8 additions and 4 deletions
|
@ -1,10 +1,14 @@
|
||||||
# Airport
|
# airport
|
||||||
|
|
||||||
> Airport utility.
|
> Wireless network configuration utility.
|
||||||
|
|
||||||
- Create a symlink so you can easily run 'airport' without specifying a path:
|
- Show current wireless status information:
|
||||||
|
|
||||||
`sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport`
|
`airport -I`
|
||||||
|
|
||||||
|
- Sniff wireless traffic on channel 1:
|
||||||
|
|
||||||
|
`airport sniff {{1}}`
|
||||||
|
|
||||||
- Scan for available wireless networks:
|
- Scan for available wireless networks:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue