Merge pull request #291 from swelcher/T1169

Added SUDO enumeration
This commit is contained in:
Michael Haag
2018-07-06 14:36:33 -04:00
committed by GitHub
+20
View File
@@ -0,0 +1,20 @@
---
attack_technique: T1169
display_name: SUDO
atomic_tests:
- name: Sudo usage
description: |
Common Sudo enumeration methods.
supported_platforms:
- macos
- linux
executor:
name: sh
command: |
sudo -l
sudo su
cat /etc/sudoers
vim /etc/sudoers