Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2019-09-19 11:24:18 +00:00
parent b7ed04ebd7
commit d413ba8f0d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Extracting credentials from files
#### Run it with `sh`!
```
grep -riP password #{file_path}
grep -ri password #{file_path}
```
+1 -1
View File
@@ -133,7 +133,7 @@ net accounts /domain
<br/>
## 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
+2 -2
View File
@@ -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