summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kali.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/kali.yml b/kali.yml
index 0f2ffa4..a8feb90 100644
--- a/kali.yml
+++ b/kali.yml
@@ -65,6 +65,7 @@
- build-essential
- remmina
- sublime-text
+ - golang-go
state: latest
- name: Install ShellUp!
@@ -142,6 +143,14 @@
ansible.builtin.git:
repo: 'https://github.com/frohoff/ysoserial'
dest: /opt/ysoserial
+
+ - name: Clone Kerbrute
+ ansible.builtin.git:
+ repo: 'https://github.com/ropnop/kerbrute.git'
+ dest: /opt/kerbrute
+
+ - name: Building Kerbrute...
+ ansible.builtin.command: chdir=/opt/kerbrute make linux
- name: Downloading Ysoserial JAR file
ansible.builtin.get_url: