We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5453da commit c10ad2bCopy full SHA for c10ad2b
example-playbook.yml
@@ -0,0 +1,9 @@
1
+---
2
+- hosts: all
3
+ vars:
4
+ - atomic_dir: /path/to/atomic-red-team/atomics/
5
+ tasks:
6
+ - name: Run atomic T1168
7
+ art:
8
+ atomic: T1168
9
+ args: {"script": "/path/to/script.sh"}
0 commit comments