login-securite / DonPAPI

Dumping DPAPI credz remotely
GNU General Public License v3.0
930 stars 110 forks source link

ERROR derivekey exception : can only concatenate str (not "bytes") to str #53

Closed BZHuntShampu closed 1 year ago

BZHuntShampu commented 1 year ago

Hello there,

When running DonPAPI with an admin user I get the following error repeated many times : ERROR derivekey exception : can only concatenate str (not "bytes") to str

The command I'm running is : DonPAPI -H <HASH> <DOMAIN>/<USER>@<TARGET> (redacted for privacy)

Tested on Kali Linux with Python 3.10.10

BZHuntShampu commented 1 year ago

I was able to fix it with a slight modification of the code I will create a PR for this

login-securite commented 1 year ago

Closing since the PR was merged