adding EDR evasion steps
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
mode: '0700'
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
|
||||
- name: Create Havoc C2 configuration from template
|
||||
template:
|
||||
src: "../templates/havoc-config.yaotl.j2"
|
||||
@@ -165,13 +165,6 @@
|
||||
- "/usr/local/bin/sliver-server"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Stop existing Sliver service if running
|
||||
systemd:
|
||||
name: sliver
|
||||
state: stopped
|
||||
enabled: no
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Install Havoc C2 Framework
|
||||
shell: "/root/Tools/havoc_installer.sh"
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user