diff options
Diffstat (limited to 'cmd/scmr.go')
-rw-r--r-- | cmd/scmr.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/scmr.go b/cmd/scmr.go index c527559..5ad8f21 100644 --- a/cmd/scmr.go +++ b/cmd/scmr.go @@ -177,7 +177,7 @@ References: scmrChangeCmd = &cobra.Command{ Use: "change [target]", - Short: "Change an existing Windows service to gain execution", + Short: "Change an existing Windows service to spawn an arbitrary process", Args: argsRpcClient("cifs"), Run: func(cmd *cobra.Command, args []string) { |