Add CertLog tools#7
Merged
Merged
Conversation
Member
|
I'm sorry, I completely missed this PR somehow. I'll put it on my TODO list! |
Schamper
self-requested a review
October 29, 2025 09:11
Schamper
requested changes
Oct 31, 2025
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
Schamper
requested changes
Oct 31, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7 +/- ##
==========================================
- Coverage 80.00% 79.71% -0.30%
==========================================
Files 29 30 +1
Lines 2221 2282 +61
==========================================
+ Hits 1777 1819 +42
- Misses 444 463 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Schamper
approved these changes
Nov 1, 2025
This was referenced Dec 5, 2025
twiggler
pushed a commit
to twiggler/dissect-monorepo-test
that referenced
this pull request
May 26, 2026
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
twiggler
pushed a commit
to twiggler/dissect-monorepo-test
that referenced
this pull request
Jun 4, 2026
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
twiggler
pushed a commit
to twiggler/dissect-monorepo-test
that referenced
this pull request
Jun 5, 2026
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new tools relate to AD CS database processing, (located in
C:\Windows\System32\CertLog\)Sample was generated by me.
For some enumeration that I found of interest, I have added mapping to human readable value, for the one I was able to identify (full list of value may required more work/reverse).
I have preferred the json.dumps instead of print, as it allows to manipulate output using jq.
Goal is mainly to integrate C:\Windows\System32\CertLog\ processing in dissect.target, but I'm unsure of where enumeration/data related information should be located.