From c21b67be773533ef4637bd50052a2a4d49e91255 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Tue, 22 Mar 2022 16:46:13 -0500 Subject: [PATCH] Update Tue Mar 22 04:46:13 PM CDT 2022 --- README.md | 4 ++++ pimpmykali.sh | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb0ff7e..3b4c48b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ # Writeups / Honorable Mentions - ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/ +# Revision 1.5.0 - fix_bloodhound function update + - removed hold on bloodhound at the start of the function to remove + an additional complication that was being created + # Revision 1.4.9 - added assetfinder, added neo4j - added assetfinder precompiled binary to the following - Menu option 0 diff --git a/pimpmykali.sh b/pimpmykali.sh index 62767c3..1cec070 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.4.9" + revision="1.5.0" # unicorn puke: red=$'\e[1;31m' @@ -496,7 +496,8 @@ python-pip-curl () { fix_bloodhound () { # Kali 2022.1 - bloodhound 4.1.0 incompatable collectors fix: downgrade to bloodhound 4.0.3 apt_update - eval apt -y install neo4j + eval apt-mark unhold bloodhound # added - revision 1.5.0 + eval apt -y install neo4j echo -e "\n $greenplus Downgrading Bloodhound from current to 4.0.3" echo -e "\n $greenplus Removing Bloodhound" eval apt -y remove bloodhound