From 1fe4518795f81a47573086f772ac3e88cc90775d Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 4 Aug 2023 14:53:31 -0500 Subject: [PATCH] rev 1.7.4d release --- README.md | 3 +++ pimpmykali.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd4921d..ddf8291 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ # Writeups / Honorable Mentions - ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/ +# Revision 1.7.4d - updated PEH Course WebApp Labs + - added fix for permission denied issues in the lab + # Revision 1.7.4c - added cme and cmedb for crackmapexec 6.x installation - downloads and installs cme and cmedb using pipx - installations for both user and root diff --git a/pimpmykali.sh b/pimpmykali.sh index dd849ea..2ea1913 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.7.4b" + revision="1.7.4d" # unicorn puke: red=$'\e[1;31m'