purging sliver

This commit is contained in:
n0mad1k
2025-04-22 22:44:57 -04:00
parent 7c5e918dab
commit 053db78837
12 changed files with 284 additions and 30 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
- name: Copy shell handler script
copy:
src: "../files/persistent-listener.sh"
src: "../files/havoc_shell_handler.sh"
dest: /root/Tools/shell-handler/persistent-listener.sh
mode: '0700'
owner: root
-9
View File
@@ -120,15 +120,6 @@
dest: "{{ tools_dir }}/Inveigh"
ignore_errors: yes
- name: Install Sliver C2 server
shell: |
curl https://sliver.sh/install | bash
systemctl enable sliver
systemctl start sliver
args:
executable: /bin/bash
ignore_errors: yes
- name: Install Metasploit Framework (Nightly Build)
shell: |
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall
+1 -1
View File
@@ -61,6 +61,6 @@
name: "{{ item }}"
state: restarted
with_items:
- sliver
- havoc
- shell-handler
when: randomize_ports | default(true) | bool and port_config_result.rc == 0