moved things around

This commit is contained in:
n0mad1k
2025-04-11 21:00:11 -04:00
parent 95f8c18118
commit 4acb02a88f
27 changed files with 487 additions and 127 deletions
+2 -2
View File
@@ -102,7 +102,7 @@
- name: Copy clean-logs.sh script
copy:
src: "../files/clean-logs.sh"
src: "../files/clean-logs.sh" # Fix the path to point to root files directory
dest: /opt/c2/clean-logs.sh
mode: '0700'
owner: root
@@ -110,7 +110,7 @@
- name: Copy shell handler script
copy:
src: "../files/persistent-listener.sh"
src: "../files/persistent-listener.sh" # Use relative path with ../ prefix
dest: /opt/shell-handler/persistent-listener.sh
mode: '0700'
owner: root