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'