diff --git a/atomics/T1081/T1081.md b/atomics/T1081/T1081.md index 85ce7c1b..d5655dca 100644 --- a/atomics/T1081/T1081.md +++ b/atomics/T1081/T1081.md @@ -46,7 +46,7 @@ Extracting credentials from files #### Run it with `sh`! ``` -grep -riP password #{file_path} +grep -ri password #{file_path} ``` diff --git a/atomics/T1201/T1201.md b/atomics/T1201/T1201.md index 2bf9197d..3f3755ef 100644 --- a/atomics/T1201/T1201.md +++ b/atomics/T1201/T1201.md @@ -133,7 +133,7 @@ net accounts /domain
## Atomic Test #7 - Examine password policy - macOS -Lists the password policy to console on Windows. +Lists the password policy to console on macOS. **Supported Platforms:** macOS diff --git a/atomics/index.yaml b/atomics/index.yaml index 5188e4a1..a3d93bfc 100644 --- a/atomics/index.yaml +++ b/atomics/index.yaml @@ -13601,7 +13601,7 @@ discovery: ' - name: Examine password policy - macOS - description: 'Lists the password policy to console on Windows. + description: 'Lists the password policy to console on macOS. ' supported_platforms: @@ -15507,7 +15507,7 @@ credential-access: - linux executor: name: sh - command: 'grep -riP password #{file_path} + command: 'grep -ri password #{file_path} ' - name: Mimikatz & Kittenz