From 5c7d1e26254119597f6c8f7002a9b334460cd122 Mon Sep 17 00:00:00 2001 From: Defte Date: Mon, 21 Oct 2024 13:59:14 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 455a86c..8bf6cab 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,13 @@ By default, DonPAPI will collect: - **Vaults**: Vaults Credentials - **VNC**: VNC Credentials - **Wifi**: Wifi Credentials +- **CloudCredentials**: Cloud credentials +- **IDEProjects**: IDE projects files +- **PasswordManagers**: Passwords managers files +- **PowerShellHistory**: PowerShell history files +- **RecycleBin**: Recycle Bins files +- **SSHSecrets**: SSH secrets files (keys) +- **VersionControlSystems**: Versioning tools (git for example) You can specify each one you want to collect with `--collectors` (SharpHound style). If you use `--fetch-pvk`, DonPAPI will automatically fetch the Domain Backup Key of the AD domain and use it to decrypt masterkeys. Otherwise, you can bring one with `--pvkfile`. `--pwdfile`, `--ntfile` are used to feed DonPAPI with secrets in order to unlock masterkeys. But if you have freshly decrypted masterkeys, you can use `--mkfile`. @@ -243,4 +250,4 @@ All the credits goes to these great guys for doing the hard research & coding : - Alesandro Z & everyone who worked on Lazagne (https://github.com/AlessandroZ/LaZagne/wiki) for the VNC & Firefox modules, and most likely for a lots of other ones in the futur. - [dirkjanm](https://twitter.com/_dirkjan) for the GUI idea in [Roadtools](https://github.com/dirkjanm/ROADtools) & every research he ever did. I learned so much on so many subjects thanks to you. <3 - [Byt3bl33d3r](https://twitter.com/byt3bl33d3r) for [CrackMapExec](https://github.com/byt3bl33d3r/CrackMapExec) & All the team working on [NetExec](https://github.com/Pennyw0rth/NetExec)(lots of inspiration and code comes from CME / NXC projects) -- All the Team at [Login Sécurité](https://www.login-securite.com) for their ideas and help in debugging my shitty code (special thanks to @layno & @HackAndDo for that) \ No newline at end of file +- All the Team at [Login Sécurité](https://www.login-securite.com) for their ideas and help in debugging my shitty code (special thanks to @layno & @HackAndDo for that)