diff --git a/README.md b/README.md index 3f4da58..1b1c6a6 100644 --- a/README.md +++ b/README.md @@ -706,8 +706,9 @@ 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 "ROUTERNAME" | grep "password:" +security find-generic-password -ga "SSID" | grep "password:" ``` #### Show Local IP Address