1.7.3a release
This commit is contained in:
parent
c2bb84f333
commit
a1ec42b78c
|
|
@ -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.3a - update to start-peh-labs.sh
|
||||||
|
- included function in script to reset databases on startup
|
||||||
|
|
||||||
# Revision 1.7.3 - PEH Web Lab update
|
# Revision 1.7.3 - PEH Web Lab update
|
||||||
- Major Milestone! 2000+ Lines of code!
|
- Major Milestone! 2000+ Lines of code!
|
||||||
- added installation for Practical Ethical Hacker WebApp Labs
|
- added installation for Practical Ethical Hacker WebApp Labs
|
||||||
|
|
|
||||||
|
|
@ -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.3"
|
revision="1.7.3a"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue