Skip to content

Commit 47e3d50

Browse files
committed
chore: update mimikatz download url
1 parent 4294ca7 commit 47e3d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $INSTALL_DIR/install.sh --llvm &&
66

77
export PATH=$PATH:~/go/bin/:$INSTALL_DIR:$INSTALL_DIR/deps/donut/:$INSTALL_DIR/deps/wclang/_prefix_PEzor_/bin/ &&
88

9-
wget https://github.com/gentilkiwi/mimikatz/releases/download/2.2.0-20200519/mimikatz_trunk.zip &&
9+
wget -O mimikatz_trunk.zip https://github.com/gentilkiwi/mimikatz/releases/latest/download/mimikatz_trunk.zip &&
1010

1111
unzip -d mimikatz mimikatz_trunk.zip &&
1212

0 commit comments

Comments
 (0)