Update commands.go

Signed-off-by: gsmith257 <55564824+gsmith257-cyber@users.noreply.github.com>
This commit is contained in:
gsmith257
2024-07-22 08:32:15 -04:00
committed by GitHub
parent 59dff096bf
commit 2cf76d1830
+2 -2
View File
@@ -227,8 +227,8 @@ func Commands(con *console.SliverClient) []*cobra.Command {
Annotations: flags.RestrictTargets(consts.WindowsCmdsFilter),
}
flags.Bind("", false, psExecCmd, func(f *pflag.FlagSet) {
f.StringP("service-name", "s", "Sliver", "name that will be used to register the service")
f.StringP("service-description", "d", "Sliver implant", "description of the service")
f.StringP("service-name", "s", ".NET Compiled", "name that will be used to register the service")
f.StringP("service-description", "d", ".NET Compiled Service", "description of the service")
f.StringP("profile", "p", "", "profile to use for service binary")
f.StringP("binpath", "b", "c:\\windows\\temp", "directory to which the executable will be uploaded")
f.StringP("custom-exe", "c", "", "custom service executable to use instead of generating a new Sliver")