Deft_

Results 114 comments of 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 ![image](https://github.com/user-attachments/assets/f386d041-c52e-40c6-8d6b-848a7cae7f93) 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 ![image](https://github.com/user-attachments/assets/b6a8fc7e-8aef-4ffb-9d4e-dc82f3ba7549)

Everything's ok with the database, looks like it's the server.py which is not retrieving them: ![image](https://github.com/user-attachments/assets/c5593a7d-5ca1-41c9-9b85-663ca2c31465) 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 : ![image](https://github.com/user-attachments/assets/d4d672b7-0df9-41cb-86e9-ed9cbc6ec00d) 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...