From d69b4bf02836edfb4087149e0dda7fff806bf921 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Mon, 21 Mar 2022 16:47:04 -0400 Subject: Added some new packages, fixed some post-build issues --- kali.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/kali.yml b/kali.yml index a8feb90..9281e03 100644 --- a/kali.yml +++ b/kali.yml @@ -66,6 +66,10 @@ - remmina - sublime-text - golang-go + - ghidra + - bytecode-viewer + - ntpdate + - bloodhound state: latest - name: Install ShellUp! @@ -123,11 +127,19 @@ ansible.builtin.git: repo: 'https://github.com/SecureAuthCorp/impacket' dest: /opt/impacket + + - name: Installing Impacket + ansible.builtin.shell: "python3 /opt/impacket/setup.py build && python3 /opt/impacket/setup.py install" - - name: Clone Bloodhound + - name: Clone Bloodhound.py + ansible.builtin.git: + repo: 'https://github.com/fox-it/BloodHound.py.git' + dest: /opt/BloodHound.py + + - name: Clone PyFuscation ansible.builtin.git: - repo: 'https://github.com/BloodHoundAD/BloodHound' - dest: /opt/BloodHound + repo: 'https://github.com/CBHue/PyFuscation.git' + dest: /opt/PyFuscation - name: Clone Gef ansible.builtin.git: -- cgit v1.2.3