1.7.6a update

This commit is contained in:
Dewalt-arch 2023-09-18 04:31:51 -05:00
parent 30031f11cb
commit 89feefd3f0
2 changed files with 5 additions and 2 deletions

View File

@ -39,6 +39,9 @@
# Writeups / Honorable Mentions
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
# Revision 1.7.6a - updated cme installer
- correct to git clone'ing of the repo
# Revision 1.7.6 - menu option % has been restored
- git clone url updated
- revisions 1.7.3x and older moved to changelog.txt

View File

@ -9,7 +9,7 @@
# Standard Disclaimer: Author assumes no liability for any damage
# revision var
revision="1.7.6"
revision="1.7.6a"
# unicorn puke:
red=$'\e[1;31m'
@ -403,7 +403,7 @@ fix_cme() {
# python3 -m pip install pipx --user
# git clone https://github.com/mpgn/CrackMapExec /opt/CrackMapExec
git clone https://github.com/Porchetta-Industries/CrackMapExec /opt/CrackMap/Exec
git clone https://github.com/Porchetta-Industries/CrackMapExec /opt/CrackMapExec
cd /opt/CrackMapExec
pipx install . --force