rev 1.7.4d release
This commit is contained in:
parent
959fe792f0
commit
1fe4518795
|
|
@ -39,6 +39,9 @@
|
||||||
# Writeups / Honorable Mentions
|
# Writeups / Honorable Mentions
|
||||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
- 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
|
# Revision 1.7.4c - added cme and cmedb for crackmapexec 6.x installation
|
||||||
- downloads and installs cme and cmedb using pipx
|
- downloads and installs cme and cmedb using pipx
|
||||||
- installations for both user and root
|
- installations for both user and root
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# Standard Disclaimer: Author assumes no liability for any damage
|
# Standard Disclaimer: Author assumes no liability for any damage
|
||||||
|
|
||||||
# revision var
|
# revision var
|
||||||
revision="1.7.4b"
|
revision="1.7.4d"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue