Add velociraptor

This commit is contained in:
Chris Long
2020-07-03 01:55:19 -07:00
parent 37911b150a
commit 8cc591b7d7
11 changed files with 373 additions and 37 deletions

View File

@@ -27,6 +27,15 @@
- debug: msg="{{ sysinternals.stdout_lines }}"
- name: Installing Velociraptor
win_shell: ".\\install-velociraptor.ps1"
args:
chdir: 'c:\vagrant\scripts'
register: velociraptor
failed_when: "'Exception' in velociraptor.stdout"
- debug: msg="{{ velociraptor.stdout_lines }}"
- name: Installing AutorunsToWineventlog
win_shell: ".\\install-autorunstowineventlog.ps1"
args: