Merge pull request #28 from rileyjshaw/patch-2

Simplify "Show Wi-Fi Network Passwords" to use built-in flags
This commit is contained in:
Marcel Bischoff 2015-10-21 03:13:54 +02:00
commit 9107b090e7

View File

@ -713,7 +713,7 @@ defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.prefere
#### Show Wi-Fi Network Passwords
Exchange SSID with the SSID of the access point you wish to query the password from.
```bash
security find-generic-password -ga "SSID" | grep "password:"
security find-generic-password -a "SSID" -gw
```