Update Wed Mar 22 02:38:10 AM CDT 2023

This commit is contained in:
Dewalt 2023-03-22 02:38:10 -05:00
parent 932b935bd3
commit c9e5b8064f
2 changed files with 6 additions and 1 deletions

View File

@ -39,6 +39,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.6.5
- added --user to impacket 0.9.19 install
# Revision 1.6.4 - minor code cleanup
# Revision 1.6.3 - mitm6 installation # Revision 1.6.3 - mitm6 installation
- mitm6 moved from a python2 to python3 installation - mitm6 moved from a python2 to python3 installation
- added --breaks-system-packages to get around pip related issues - added --breaks-system-packages to get around pip related issues

View File

@ -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.6.4" revision="1.6.5"
# unicorn puke: # unicorn puke:
red=$'\e[1;31m' red=$'\e[1;31m'