AlessandroZ / LaZagne

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

Error while running on Windows #515

Closed codeayra closed 4 years ago

codeayra commented 4 years ago

I am running the latest code using

python laZagne.py browsers and I am getting following error

Traceback (most recent call last): File "laZagne.py", line 21, in from lazagne.config.run import run_lazagne, create_module_dic File "E:\pacl\LaZagne-master\Windows\lazagne\config\run.py", line 10, in from lazagne.config.dpapi_structure import SystemDpapi, are_masterkeys_retrieved File "E:\pacl\LaZagne-master\Windows\lazagne\config\dpapi_structure.py", line 6, in from lazagne.config.DPAPI.masterkey import MasterKeyPool File "E:\pacl\LaZagne-master\Windows\lazagne\config\DPAPI\masterkey.py", line 382 yield u'masterkey {masterkey} decrypted using credhists key'.format( SyntaxError: 'return' with argument inside generator

AlessandroZ commented 4 years ago

Should be fixed now.