rev 1.7.4d release

This commit is contained in:
Dewalt 2023-08-04 14:53:31 -05:00
parent 959fe792f0
commit 1fe4518795
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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'