feat: add automatic detection and scoreboard credit for SeImpersonatePrivilege#281
Merged
Merged
Conversation
**Added:** - Implement detection of SeImpersonatePrivilege enabled in task results and automatically credit the seimpersonate primitive on the scoreboard if observed - Add helper to derive a stable host label for seimpersonate vulnerability tokens, preferring hostname and normalizing format - Add comprehensive tests for seimpersonate signal detection logic to handle various output formats, case insensitivity, and false positive avoidance **Changed:** - Update MSSQL exploitation objectives to require inclusion of the full whoami /priv table in tool outputs and clarify that seimpersonate primitive is credited automatically when detected, lowering priority of manual PrintSpoofer/GodPotato exploitation - Refine credential extraction objective wording to clarify examples and focus on in-memory secrets over redundant privilege checks
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.
Key Changes:
seimpersonate_<host>primitive to the scoreboard when SeImpersonatePrivilege is observedwhoami /privoutput is captured and parsedAdded:
SeImpersonatePrivilegeandEnabled, and credits the primitive on the scoreboard when foundChanged:
whoami /priv, ensuring SeImpersonatePrivilege is reliably surfaced and claimed