diff --git a/README.md b/README.md index f12841e..796ad42 100644 --- a/README.md +++ b/README.md @@ -713,7 +713,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 -ga "SSID" | grep "password:" +security find-generic-password -a "SSID" -gw ```