octomagon / davegrohl

A Password Cracker for macOS
http://www.davegrohl.org
GNU General Public License v2.0
235 stars 39 forks source link

shadow_hash.cpp hardcoded path #14

Closed NickMich closed 8 years ago

NickMich commented 8 years ago

The dumpHashData method in shadow_hash.cpp was left with a hardcoded path to the .plist file. Looks like the string formatting for the user argument was missed

https://github.com/octomagon/davegrohl/blob/master/src/shadow_hash.cpp#L80

octomagon commented 8 years ago

D'oh! Many thanks!! Working on a quick fix for this now.

octomagon commented 8 years ago

I believe this is working now. I also added basic error checking to that functionality.