1.7.6a update
This commit is contained in:
parent
30031f11cb
commit
89feefd3f0
|
@ -39,6 +39,9 @@
|
||||||
# Writeups / Honorable Mentions
|
# Writeups / Honorable Mentions
|
||||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
- 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
|
# Revision 1.7.6 - menu option % has been restored
|
||||||
- git clone url updated
|
- git clone url updated
|
||||||
- revisions 1.7.3x and older moved to changelog.txt
|
- revisions 1.7.3x and older moved to changelog.txt
|
||||||
|
|
|
@ -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.7.6"
|
revision="1.7.6a"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
@ -403,7 +403,7 @@ fix_cme() {
|
||||||
# python3 -m pip install pipx --user
|
# python3 -m pip install pipx --user
|
||||||
|
|
||||||
# git clone https://github.com/mpgn/CrackMapExec /opt/CrackMapExec
|
# 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
|
cd /opt/CrackMapExec
|
||||||
pipx install . --force
|
pipx install . --force
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue