From bfe15434eeefb5a7fc5833dddf24d11f39a76d87 Mon Sep 17 00:00:00 2001 From: Alexis Martin Date: Thu, 2 Mar 2023 09:38:43 +0100 Subject: [PATCH] Remove old version of minikerberos bc issue is fixed --- sources/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/install.sh b/sources/install.sh index 7167534cd..95feb9b03 100644 --- a/sources/install.sh +++ b/sources/install.sh @@ -1053,7 +1053,6 @@ function install_wuzz() { function install_pypykatz() { colorecho "Installing pypykatz" python3 -m pipx install pypykatz - python3 -m pipx inject pypykatz minikerberos==0.3.5 add-history pypykatz add-test-command "pypykatz version" }