Skip to content

Commit

Permalink
fix: int value as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Dec 3, 2024
1 parent 6ecc9e2 commit 7f2b3d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ detection:
selection_lmcompatibilitylevel:
TargetObject|endswith: '\lmcompatibilitylevel'
Details:
- '0'
- '1'
- '2'
- 0
- 1
- 2
selection_ntlmminclientsec:
TargetObject|endswith:
- '\NtlmMinClientSec'
Expand Down

0 comments on commit 7f2b3d2

Please sign in to comment.