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:
Mike Hunter
2019-09-19 04:24:00 -07:00
committed by Michael Haag
parent 7f35271b8e
commit b7ed04ebd7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ atomic_tests:
executor:
name: sh
command: |
grep -riP password #{file_path}
grep -ri password #{file_path}
- name: Mimikatz & Kittenz
description: |
+1 -1
View File
@@ -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