Merge pull request #28 from rileyjshaw/patch-2
Simplify "Show Wi-Fi Network Passwords" to use built-in flags
This commit is contained in:
commit
9107b090e7
@ -713,7 +713,7 @@ defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.prefere
|
|||||||
#### Show Wi-Fi Network Passwords
|
#### Show Wi-Fi Network Passwords
|
||||||
Exchange SSID with the SSID of the access point you wish to query the password from.
|
Exchange SSID with the SSID of the access point you wish to query the password from.
|
||||||
```bash
|
```bash
|
||||||
security find-generic-password -ga "SSID" | grep "password:"
|
security find-generic-password -a "SSID" -gw
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user