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
-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