updated T1569.002 Use PsExec to execute a command on a remote host (#3090)

Co-authored-by: Mattis Swannet <mattis.swannet@nynox.eu>
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Mattis
2025-04-09 00:47:54 +02:00
committed by GitHub
parent 8f7b477da7
commit 9e93193646
+2 -1
View File
@@ -65,8 +65,9 @@ atomic_tests:
Copy-Item "PathToAtomicsFolder\..\ExternalPayloads\PsTools\PsExec.exe" "PathToAtomicsFolder\..\ExternalPayloads\PsExec.exe" -Force
executor:
command: |
"PathToAtomicsFolder\..\ExternalPayloads\PsExec.exe" \\#{remote_host} -u #{user_name} -p #{password} -accepteula "C:\Windows\System32\calc.exe"
"PathToAtomicsFolder\..\ExternalPayloads\PsExec.exe" \\#{remote_host} -i -u #{user_name} -p #{password} -accepteula "C:\Windows\System32\calc.exe"
name: command_prompt
elevation_required: true
- name: psexec.py (Impacket)
auto_generated_guid: edbcd8c9-3639-4844-afad-455c91e95a35
description: |