Fix typo in test name (#811)

* Fix typo

* Generate docs from job=validate_atomics_generate_docs branch=fix-logger-typo

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Keith McCammon
2020-01-29 10:30:46 -07:00
committed by GitHub
parent d0f818b011
commit 05699b43bd
6 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ The <code>Get-GlobalAddressList</code> PowerShell cmdlet can be used to obtain e
- [Atomic Test #4 - List opened files by user](#atomic-test-4---list-opened-files-by-user)
- [Atomic Test #5 - Show if a user account has ever logger in remotely](#atomic-test-5---show-if-a-user-account-has-ever-logger-in-remotely)
- [Atomic Test #5 - Show if a user account has ever logged in remotely](#atomic-test-5---show-if-a-user-account-has-ever-logged-in-remotely)
- [Atomic Test #6 - Enumerate users and groups](#atomic-test-6---enumerate-users-and-groups)
@@ -146,8 +146,8 @@ username=$(echo $HOME | awk -F'/' '{print $3}') && lsof -u $username
<br/>
<br/>
## Atomic Test #5 - Show if a user account has ever logger in remotely
Show if a user account has ever logger in remotely
## Atomic Test #5 - Show if a user account has ever logged in remotely
Show if a user account has ever logged in remotely
**Supported Platforms:** Linux, macOS
+2 -2
View File
@@ -62,9 +62,9 @@ atomic_tests:
command: |
username=$(echo $HOME | awk -F'/' '{print $3}') && lsof -u $username
- name: Show if a user account has ever logger in remotely
- name: Show if a user account has ever logged in remotely
description: |
Show if a user account has ever logger in remotely
Show if a user account has ever logged in remotely
supported_platforms:
- linux
- macos
+1 -1
View File
@@ -544,7 +544,7 @@
- Atomic Test #2: View sudoers access [linux, macos]
- Atomic Test #3: View accounts with UID 0 [linux, macos]
- Atomic Test #4: List opened files by user [linux, macos]
- Atomic Test #5: Show if a user account has ever logger in remotely [linux, macos]
- Atomic Test #5: Show if a user account has ever logged in remotely [linux, macos]
- Atomic Test #6: Enumerate users and groups [linux, macos]
- Atomic Test #7: Enumerate users and groups [macos]
- Atomic Test #8: Enumerate all accounts [windows]
+2 -2
View File
@@ -16621,8 +16621,8 @@ discovery:
command: 'username=$(echo $HOME | awk -F''/'' ''{print $3}'') && lsof -u $username
'
- name: Show if a user account has ever logger in remotely
description: 'Show if a user account has ever logger in remotely
- name: Show if a user account has ever logged in remotely
description: 'Show if a user account has ever logged in remotely
'
supported_platforms:
+1 -1
View File
@@ -68,7 +68,7 @@
- Atomic Test #2: View sudoers access [linux, macos]
- Atomic Test #3: View accounts with UID 0 [linux, macos]
- Atomic Test #4: List opened files by user [linux, macos]
- Atomic Test #5: Show if a user account has ever logger in remotely [linux, macos]
- Atomic Test #5: Show if a user account has ever logged in remotely [linux, macos]
- Atomic Test #6: Enumerate users and groups [linux, macos]
- [T1217 Browser Bookmark Discovery](./T1217/T1217.md)
- Atomic Test #1: List Mozilla Firefox Bookmark Database Files on Linux [linux]
+1 -1
View File
@@ -81,7 +81,7 @@
- Atomic Test #2: View sudoers access [linux, macos]
- Atomic Test #3: View accounts with UID 0 [linux, macos]
- Atomic Test #4: List opened files by user [linux, macos]
- Atomic Test #5: Show if a user account has ever logger in remotely [linux, macos]
- Atomic Test #5: Show if a user account has ever logged in remotely [linux, macos]
- Atomic Test #6: Enumerate users and groups [linux, macos]
- Atomic Test #7: Enumerate users and groups [macos]
- [T1010 Application Window Discovery](./T1010/T1010.md)