Deft_
Deft_
Found a valid patch for that issue. All we need to do is to check whether the self.sam_dump attribute has a items_found attribute itself: ```python def run(self): self.logger.display("Starting gathering credz")...
Patched with https://github.com/login-securite/DonPAPI/pull/97.
Found the issue which is related to dploot @zblurx  Considering DonPAPI can loot stuff both via $IPC for registry keys and $C for files, I think we should add...
That said, we still need one share to dump the exports. As of now, it's C$ but may be we can loop over them until we find one which will...
Seems like I need to refactor the pyproject.toml file to package collectors 
Everything's ok with the database, looks like it's the server.py which is not retrieving them:  It only shows computer_id 3 while I also have a computer_id 1 (the DC):...
Ok I found the root cause which I should have seen way before if I was blind :  I'm still questioning if this is a good thing to filter...
My feeling is that a secret is a secret. DSRM account can still be reused somewhere somehow and filtering secrets isn't what I'd do. Your move bro ;)
Hey @AlessandroZ! First of all thanks for the Lazagne project! I'm really interested in porting Lazagne into DonPAPI. Is it ok for you if I simply copy paste portions of...
Yup that's my bad, sorry about that. What you can do is add the powershellhistory.py file in donpapi/collectors with the following content: ```python import os import ntpath from typing import...