diff --git a/README.md b/README.md index fec0dda..c380e61 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ # Writeups / Honorable Mentions - 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 - mitm6 moved from a python2 to python3 installation - added --breaks-system-packages to get around pip related issues diff --git a/pimpmykali.sh b/pimpmykali.sh index fa8beb6..9e7151f 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.6.4" + revision="1.6.5" # unicorn puke: red=$'\e[1;31m'