Update Mon May 23 01:45:11 AM CDT 2022

This commit is contained in:
Dewalt 2022-05-23 01:45:12 -05:00
parent ea5dc67aa1
commit 515c9b5948
2 changed files with 6 additions and 1 deletions

View File

@ -37,6 +37,11 @@
# Writeups / Honorable Mentions
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
# Revision 1.5.6 - fix_assetfinder function
- Thank you m4ul3r for finding this!
- Output of wget -O needs to be in "s now
- function has been updated
# Revision 1.5.5 - Fix Responder Re-Enabled
- Downgrade Responder (R) Function updated
- ask_python39 function added: prompt before proceeding

View File

@ -9,7 +9,7 @@
# Standard Disclaimer: Author assumes no liability for any damage
# revision var
revision="1.5.5"
revision="1.5.6"
# unicorn puke:
red=$'\e[1;31m'