-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CoerceAndRelayNTLMtoADCS Post Processing (#1058)
* BED-5036 implement post processing for CoerceAndRelayNTLMToSMB * BED-5036 initial integration test pass * BED-5036 integration test written, working on race condition for test harness * BED-5036 fixed consistency in flapping test * BED-5036 added check for restrict_outbound_ntlm on computers. Added testing of end nodes in NTLM integration test * BED-5036 remove snake case on restrict_outbound_ntlm * BED-5036 remove snake case on restrict_outbound_ntlm * BED-5036 address review feedback and cleaned up casing inconsistencies * feat: initial NTLMtoADCS commit * chore: regen schema, fix merge issues * BED-5036 call operation.Done() when erroring in PostNTLM and reduced tab depth in if blocks * BED-5036 fix TestPostNTLM naming * chore: regen schema, fix merge issues * chore: regen schema * chore: missing return * feat: add tests, fix tests for CoerceToSMB * chore: add harnesses, update changed ones * chore: fix slog sca * chore: fix typo * chore: prepare for codereview * chore: use accessor * chore: add some todos * chore: invert some logic for safety * chore: short circuit some logic --------- Co-authored-by: Michael Lipka <[email protected]>
- Loading branch information
Showing
16 changed files
with
731 additions
and
171 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.