aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b45a60..07cf0d5 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Invoke-WMIExec -Target 192.168.100.20 -Domain TESTDOMAIN -Username TEST -Hash F6
* __Username__ - Username to use for authentication.
* __Domain__ - Domain to use for authentication. This parameter is not needed with local accounts or when using @domain after the username.
* __Hash__ - NTLM password hash for authentication. This module will accept either LM:NTLM or NTLM format.
-* __Command__ - Command to execute on the target. If a command is not specified, the function will just check to see if the username and hash has access to WMI on the target.
+* __Command__ - Command to execute on the target. If a command is not specified, the function will just check to see if the username and hash has access to SCM on the target.
* __CommandCOMSPEC__ - Default = Enabled: Prepend %COMSPEC% /C to Command.
* __Service__ - Default = 20 Character Random: Name of the service to create and delete on the target.
* __SMB1__ - (Switch) Force SMB1. The default behavior is to perform SMB version negotiation and use SMB2 if supported by the target.