From 30e8eb162a0f76575d59a5327e7c4c0fe52b1c3b Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 21 Oct 2015 01:33:07 +0200 Subject: [PATCH] Clarify Show Wi-Fi Network Passwords command From issue #24 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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