Clarify Show Wi-Fi Network Passwords command

From issue #24
This commit is contained in:
Marcel Bischoff 2015-10-21 01:33:07 +02:00
parent d2c43e5394
commit 30e8eb162a

View File

@ -706,8 +706,9 @@ 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.
```bash ```bash
security find-generic-password -ga "ROUTERNAME" | grep "password:" security find-generic-password -ga "SSID" | grep "password:"
``` ```
#### Show Local IP Address #### Show Local IP Address