From 8e22aa0ed1c60807002a3c89ea445557de80632a Mon Sep 17 00:00:00 2001 From: QU35T-code Date: Tue, 5 Sep 2023 15:02:43 +0200 Subject: [PATCH] Change of crackmapexec repo --- sources/install/package_ad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/install/package_ad.sh b/sources/install/package_ad.sh index d9ed253d1..bf5915ebf 100644 --- a/sources/install/package_ad.sh +++ b/sources/install/package_ad.sh @@ -88,7 +88,7 @@ function install_crackmapexec() { # Source bc cme needs cargo PATH (rustc) -> aardwolf dep # TODO: Optimize so that the PATH is always up to date source /root/.zshrc || true - git -C /opt/tools/ clone --depth 1 https://github.com/mpgn/CrackMapExec.git + git -C /opt/tools/ clone --depth 1 https://github.com/Porchetta-Industries/CrackMapExec python3 -m pipx install /opt/tools/CrackMapExec/ add-aliases crackmapexec add-history crackmapexec