AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

Added 1Password7 (Windows) module #522

Closed notdeclan closed 4 years ago

notdeclan commented 4 years ago

I have added support for 1Password7 for Windows.

The module attempts to extract the password managers login details such as the username, url, secret key, and master password by utilizing the MemWorker class and regular expressions.

This capability has been extracted from my script: https://github.com/notdeclan/1password-memory-dump-analyzer

AlessandroZ commented 4 years ago

Cool, nice work. Thank you :+1: