Commit Graph

132 Commits

Author SHA1 Message Date
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
Login Securite da1fa0d9d3
Merge pull request #96 from Dfte/fix-powershellhistory
Fix PowerShellHistory import error
2024-10-28 14:57:09 +01:00
Deft_ 15c26ceb84
Update secretsdump.py 2024-10-21 17:56:48 +02:00
Defte 5c7d1e2625 Update README.md 2024-10-21 13:59:14 +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
Login Securite 61bc351263
Merge pull request #77 from Slowerzs/main
Fix LDAP search for domains with numerous computers
2024-10-18 14:25:52 +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 51767fcd24 delete node_modules files 2024-08-01 14:55:19 +02:00
zblurx d7e92f869c change colors 2024-08-01 13:10:27 +02:00
zblurx 160f88207c change font 2024-08-01 12:42:59 +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
Login Securite e614852d57
Merge pull request #69 from ThePirateWhoSmellsOfSunflowers/main
from refresh token to cookie
2024-04-18 07:54:07 +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 9d5f45166b bump version 2023-10-17 19:20:52 +02: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 5e8a8d9943 add new cli shortname 2023-10-06 15:29:30 +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 9edafa70e4
Merge pull request #65 from login-securite/dep-fix
remove dead code and unused deps
2023-07-29 11:04:18 +02:00