zblurx / dploot

DPAPI looting remotely and locally in Python
MIT License
420 stars 55 forks source link

Memoize precomputed objects for multiple subsequent uses #8

Closed lavafroth closed 1 year ago

lavafroth commented 1 year ago

Changes

zblurx commented 1 year ago

Hey, nice PR. Can you update python dependency to 3.8 in pyproject.toml since you set some := operator ?

lavafroth commented 1 year ago

Should be ready for the merge now!

zblurx commented 1 year ago

Finally I have a problem with python3.8 for now : NetExec use dploot for the --dpapi functionnality, but the project is supposed to work on python 3.7. So either way we wait for NetExec to upgrade a bit, or we change the := operator.

lavafroth commented 1 year ago

I have reverted the python version and the walrus operator, should be good to go now.

zblurx commented 1 year ago

Great thank you !!