Last active
January 27, 2018 05:20
-
-
Save lucascantor/fa0ab626d8bacba2556c1b77ba10b0bd to your computer and use it in GitHub Desktop.
Extract wifi network passwords from macOS keychain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
security find-generic-password -ga "NETWORK NAME" | grep password: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment