diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2022-03-18 10:26:23 -0400 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2022-03-18 10:26:23 -0400 |
commit | 24d5f4634b5531586647873271762940282687d0 (patch) | |
tree | 53a056bcb62cabe0c559c785891ee90afdb1aea0 | |
parent | 1c64856526d224ef1b1314e8e937fb06b948e6d8 (diff) |
I can't believe I forgot kerbrute and golang...
-rw-r--r-- | kali.yml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |