From ff7ecb39e28a54be23f7be9bcc498b1a96de17d9 Mon Sep 17 00:00:00 2001 From: Riley Shaw Date: Tue, 20 Oct 2015 18:22:35 -0700 Subject: [PATCH] Add "kind" flag to "Show Wi-Fi Network Passwords" Adding the `-D` flag prevents passwords that aren't for Wi-Fi Networks from being shown. ```bash > security find-generic-password -h ... -D Match "kind" string ... ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0c7c1..4cee150 100644 --- a/README.md +++ b/README.md @@ -719,7 +719,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 -a "SSID" -gw +security find-generic-password -D "AirPort network password" -a "SSID" -gw ```