login-securite / DonPAPI

Dumping DPAPI credz remotely
GNU General Public License v3.0
983 stars 113 forks source link

Python SyntaxError #24

Closed israsec closed 2 years ago

israsec commented 2 years ago

Hi, When running the DonPAPI.py script I get the following python error:

File "./DonPAPI.py", line 157
    logging.info(f"Loaded {len(credz)} user credentials")
                                                       ^
SyntaxError: invalid syntax

Steps to reproduce:

git clone https://github.com/login-securite/DonPAPI.git
pip3 install -r requirements.txt
./DonPAPI.py

This looks like a great tool, looking forward to using it!

login-securite commented 2 years ago

did you run it with python3 ?

israsec commented 2 years ago

😬 oops that's awkward, not sure what was in my coffee that morning. Over and out!