Fix a bug in T1081 where the macos version of grep is wrongly expected to accept the -P flag and fix a labeling bug in T1201 where a macOS command is wrongly described as a Windows command (#573)
This commit is contained in:
committed by
Michael Haag
parent
7f35271b8e
commit
b7ed04ebd7
@@ -29,7 +29,7 @@ atomic_tests:
|
||||
executor:
|
||||
name: sh
|
||||
command: |
|
||||
grep -riP password #{file_path}
|
||||
grep -ri password #{file_path}
|
||||
|
||||
- name: Mimikatz & Kittenz
|
||||
description: |
|
||||
|
||||
@@ -82,7 +82,7 @@ atomic_tests:
|
||||
|
||||
- name: Examine password policy - macOS
|
||||
description: |
|
||||
Lists the password policy to console on Windows.
|
||||
Lists the password policy to console on macOS.
|
||||
|
||||
supported_platforms:
|
||||
- macos
|
||||
|
||||
Reference in New Issue
Block a user