juuso / keychaindump

A proof-of-concept tool for reading OS X keychain passwords
508 stars 129 forks source link

WiFi passwords #7

Open burdges opened 9 years ago

burdges commented 9 years ago

Any ideas on dumping the wifi passwords in /Library/Keychains/System.keychain? It says it found master key and found wrapper key, but no output.

Individual wifi passwords can be retrieved using :

security find-generic-password -D "AirPort network password" -a -w

but that's useless for scripting since it wants to prompt for every password.