From 9d0ab07248e9cc833f8e5edea3b07e67d628e962 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Thu, 29 Sep 2022 07:22:57 -0500 Subject: [PATCH] Update Thu Sep 29 07:22:57 AM CDT 2022 --- README.md | 4 ++++ pimpmykali.sh | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 27135f6..e531dc6 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ # Writeups / Honorable Mentions - ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/ +# Revision 1.5.9 - gowitness update + - due to a new line error, pimpmykali is now hardcoded to pull gowitness 2.4.1 + until the new line error in gowitness 2.4.2 is resolved. + # Revision 1.5.8 - fixed-http-shellshock.nse - updated script to obtain file from pimpmykali github diff --git a/pimpmykali.sh b/pimpmykali.sh index 477c0aa..46834ce 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.5.8" + revision="1.5.9" # unicorn puke: red=$'\e[1;31m' @@ -597,9 +597,11 @@ fix_gowitness () { echo -e "\n $greenplus Installing gowitness prebuilt binary...\n" rm -f /tmp/releases.gowitness > /dev/null check_chrome - eval wget https://github.com/sensepost/gowitness/releases -O /tmp/releases.gowitness - current_build=$(cat /tmp/releases.gowitness | grep -i " /dev/null } @@ -1580,8 +1582,8 @@ pimpmykali_menu () { m|M) mayor_mpp;; n|N) fix_all; fix_upgrade;; o|O) fix_ssh;; - p|P) fix_python39;; # revision 1.5.5 - r|R) fix_responder;; # revision 1.5.5 + # p|P) fix_python39;; # revision 1.5.5 + # r|R) fix_responder;; # revision 1.5.5 s|S) fix_spike;; t|T) sudo dpkg-reconfigure tzdata; echo -e "\n $greenplus Timezone now set to: $(cat /etc/timezone)";; v|V) install_vscode;;