fixing
This commit is contained in:
@@ -123,14 +123,6 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
- name: Create Havoc C2 configuration from template
|
|
||||||
template:
|
|
||||||
src: "../templates/havoc-config.yaotl.j2"
|
|
||||||
dest: "/root/Tools/havoc/data/havoc.yaotl"
|
|
||||||
mode: '0600'
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
|
|
||||||
- name: Create post-install instructions
|
- name: Create post-install instructions
|
||||||
template:
|
template:
|
||||||
src: "../templates/POST_INSTALL_INSTRUCTIONS.txt.j2"
|
src: "../templates/POST_INSTALL_INSTRUCTIONS.txt.j2"
|
||||||
@@ -158,6 +150,14 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
|
- name: Create Havoc C2 configuration from template
|
||||||
|
template:
|
||||||
|
src: "../templates/havoc-config.yaotl.j2"
|
||||||
|
dest: "/root/Tools/havoc/data/havoc.yaotl"
|
||||||
|
mode: '0600'
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
|
||||||
- name: Create Linux loader script template
|
- name: Create Linux loader script template
|
||||||
template:
|
template:
|
||||||
src: "../templates/linux_loader.sh.j2"
|
src: "../templates/linux_loader.sh.j2"
|
||||||
|
|||||||
Reference in New Issue
Block a user