Merge pull request #737 from oxguy3/patch-1
airport: added sniff and status info commands
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user