skelsec
skelsec
TL;DR I will not be modifying code in a **PUBLIC** repo to evade AV detection, as it it totally pointless. If you submit a PR for this with minor modifications...
pypykatz doesn't require `lsasrv.dll`, the error message means that the dll was not found in the dump file. Most likely the issue is caused by the pypykatz version @thatpham used...
Hello, thank you reporting. This issue was known for a while now, but as you stated it's a 3rd party package and fixing this is out of my control as...
Thank you for the headsup. Installing the new version of the [asyauth](https://github.com/skelsec/asyauth) library from github or pip should fix the issue.
try using [memprocfs](https://github.com/ufrisk/MemProcFS) instead of volatility, that will produce you a .dmp file which you can load to `pypykatz`. But in general, full memory dumps might not always produce correct...
ahhh! thank you for reporting this. Issue being that with the introduction of pyqt6 the image rendering of aardwolf had to be changed (because qt6 api changed), and this change...
fix pushed to main, please close the issue if it fixed your issue.
Hello, the server code implementation doesn't work in the current version.
Hello, can you check what happens when you call `dpapi.decrypt_masterkey_file` without feeding it the prekeys? Like: ``` def try_decrypt_masterkey_file(location,prekeys): l = [] dct = dpapi.decrypt_masterkey_file(location) l.append(dct) return l ```
@mgrottenthaler can you please post a dump file I can check?