SCShell

SCShell is a file less lateral movement tool that uses ChangeServiceConfigA to run commands authenticating which via DCERPC instead of SMB. It can be used without creating new services or dropping files on the remote system.

It works by remotely opening the service and modifying the binary path name via the ChangeServiceConfigA API. It is recommended to dechain your commands so your payload will not be killed when the service is stopped.

Example us age of SCShell is

PS > SCShell.exe <TARGET> XblAuthManager
"C:\windows\system32\cmd.exe /c calc.exe" . <USER>
<PASSWORD>

Last updated