From d413ba8f0da7ec7c3691bb7da4a41b5694027ac7 Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Thu, 19 Sep 2019 11:24:18 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=master --- atomics/T1081/T1081.md | 2 +- atomics/T1201/T1201.md | 2 +- atomics/index.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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