Update Mon May 23 01:45:11 AM CDT 2022
This commit is contained in:
parent
ea5dc67aa1
commit
515c9b5948
|
|
@ -37,6 +37,11 @@
|
||||||
# Writeups / Honorable Mentions
|
# Writeups / Honorable Mentions
|
||||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
- 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
|
# Revision 1.5.5 - Fix Responder Re-Enabled
|
||||||
- Downgrade Responder (R) Function updated
|
- Downgrade Responder (R) Function updated
|
||||||
- ask_python39 function added: prompt before proceeding
|
- ask_python39 function added: prompt before proceeding
|
||||||
|
|
|
||||||
|
|
@ -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.5.5"
|
revision="1.5.6"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue