zblurx
ce1e50594f
remove stacktraces
2025-02-25 16:46:10 +01:00
zblurx
a6c17f47ad
Update dploot ( #110 )
...
* update dploot and related functions
* update dependencies
2025-02-25 16:22:07 +01:00
zblurx
fd8eb6665a
remove duplicate powershellhistory file
2024-11-08 12:44:34 +01:00
8BitLogic
1029a7407d
Fix No module named 'collectors' ( #105 )
...
This PR fixes the following error:
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Administrator\Desktop\DonPAPI\donpapi\entry.py", line 333, in main
_, collectors = load_collectors(root, options.collectors.split(","))
File "C:\Users\Administrator\Desktop\DonPAPI\donpapi\entry.py", line 56, in load_collectors
loaded_collectors.append(getattr(import_module(f"collectors.{collector_name}"), collector_name))
File "C:\Python39\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'collectors'
```
Updated the import path in the load_collectors function.
2024-11-08 12:43:36 +01:00
Login Securite
ecd0cf5f9d
Merge pull request #102 from Dfte/Patch-DonPAPIRemoteOperation-missing-getDefaultLoginAccount
...
Fix secretsdump not able to retrieve autologon default username
2024-10-28 15:02:01 +01:00
Login Securite
9e55820bc2
Merge pull request #97 from Dfte/fixsamdumperror
...
Fix SAM dump error when remote registry is disabled OR EDR blocks it
2024-10-28 14:58:17 +01:00
Login Securite
8eece09435
Merge pull request #101 from Dfte/mutliple-collectors-add
...
Adding multiple collectors
2024-10-28 14:57:47 +01:00
Deft_
15c26ceb84
Update secretsdump.py
2024-10-21 17:56:48 +02:00
Defte
b086c5f271
Rework notepad, powershell, recent files. Add cloudcred, ideprojects, passwordmanagers, recyclebins, sshsecrets and versioncontrolsystems
2024-10-21 13:55:52 +02:00
Defte
43fbf7eaae
Collectors engine rework
2024-10-21 11:53:16 +02:00
Defte
6e44a69aee
Add generic dump function
2024-10-21 10:54:33 +02:00
Defte
db7690aeee
Switch single quote to double
2024-10-21 10:32:57 +02:00
Defte
87806940a3
Fix SAM dump failed and crash donpapi
2024-10-21 10:31:15 +02:00
Defte
ace72c5b7c
Fix PowerShellHistory import error
2024-10-21 09:38:56 +02:00
Login Securite
08282a06d2
Merge pull request #81 from Dfte/Add-Notepad++-collector
...
Add notepad++ collector
2024-10-19 13:21:39 +02:00
Login Securite
4f69182529
Merge pull request #80 from Dfte/Add-powershell-history-loot
...
Add PowerShell history looting
2024-10-19 13:21:18 +02:00
Login Securite
6db96e7df2
Merge pull request #82 from Dfte/Add-false-posittives-for-collectors
...
Add false posittives for collectors
2024-10-18 14:43:19 +02:00
Deft_
31584d5bdb
Update notepadpp.py
2024-10-18 08:01:33 +02:00
Deft_
ebb042c3e1
Update recent_files.py
2024-10-17 15:36:47 +02:00
Deft_
7ae5cbe933
Update firefox.py
2024-10-17 15:36:30 +02:00
Deft_
9947dae00a
Delete donpapi/collectors/powershellhistory.py
2024-10-17 15:35:10 +02:00
Deft_
1afae5f083
Create notepadpp.py
2024-10-17 15:27:14 +02:00
Deft_
a06ca5e8a6
Update entry.py
2024-10-17 15:26:46 +02:00
Deft_
25dacb61b8
Update entry.py
2024-10-17 15:07:29 +02:00
Deft_
ac3de1383f
Create powershellhistory.py
2024-10-17 15:06:48 +02:00
Slowerzs
07a51ab3c6
Fix LDAP search for domains with numerous computers
2024-09-11 19:05:18 +02:00
zblurx
fb5a602e53
fix iex resource saving
2024-08-01 11:41:35 +02:00
zblurx
fbeb454173
kerberos fix
2024-07-11 14:38:28 +02:00
zblurx
a313c77986
donpapi 2.0 release
2024-07-05 15:47:43 +02:00
ThePirateWhoSmellsOfSunflowers
5600028d11
graceful exit
2024-04-16 15:39:04 +02:00
ThePirateWhoSmellsOfSunflowers
143f52215d
from refresh token to cookie
2024-04-15 17:00:25 +02:00
zblurx
81ee86b9bb
fixes and better handling of version
2023-12-11 11:51:28 +01:00
Pierre-Alexandre Vandewoestyne
7c2444e6f3
Refresh Token & a lot of bugfixes
2023-12-11 11:23:33 +01:00
Pierre-Alexandre Vandewoestyne
3e08e7b685
Refresh Token & a lot of bugfixes
2023-12-11 11:11:09 +01:00
zblurx
354abbed00
fix report generation error
2023-10-17 19:20:26 +02:00
zblurx
2b6bce7141
bug fixes
2023-10-06 18:01:12 +02:00
zblurx
c20f47faea
bug fix
2023-10-06 15:15:07 +02:00
Zeecka
a660ac7783
Flake8 ( #63 )
...
* Flake8 - MyUsers
* Flake8 - MySeatbelt (part 1)
* Flake8 - MySeatbelt (part 2)
* Flake8 - MySeatbelt (part 3)
* fix Database
---------
Co-authored-by: zblurx <thomas.seigneuret@login-securite.com >
2023-10-03 07:27:06 +02:00
Zeecka
0c27276c15
Split database reporting ( #62 )
...
* Refacto
* Create new file reporting.py
* Fix indentation
2023-07-29 12:03:37 +02:00
zblurx
be27cbaeba
Fix registry stacktrace
2023-07-29 11:46:01 +02:00
zblurx
158c263d31
fix deps
2023-07-29 11:25:47 +02:00
zblurx
653264670f
Update certificates.py
2023-07-29 11:19:04 +02:00
zblurx
74e0d14778
Merge branch 'main' into dep-fix
2023-07-29 10:59:50 +02:00
zblurx
46f7e61411
update cryptography
2023-07-29 10:48:19 +02:00
zblurx
db0c7a9536
add not-remoteops for machine certs
2023-07-29 10:28:23 +02:00
zblurx
c07dd6c01d
remove dead code and unused deps
2023-07-22 15:34:28 +02:00
zblurx
98d39a99f3
bump version
2023-07-11 14:36:59 +02:00
zblurx
1523495490
Add Edge support based on #40 .
...
Co-authored-by: breenmachine <breen.machine@gmail.com >
Co-authored-by: zblurx <thomas.seigneuret@login-securite.com >
2023-07-11 12:57:43 +02:00
Login Securite
5e8f1fd96f
Merge pull request #54 from BZHuntShampu/main
...
Fix type mismatch error
2023-07-06 10:21:52 +02:00
zblurx
78bd460c0b
fix database ( #52 )
2023-07-06 10:21:12 +02:00