aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2017-01-03 10:07:40 -0500
committerKevin Robertson <robertsonk@gmail.com>2017-01-03 10:07:40 -0500
commitc3c5f1421b332344478925f02da895988da3b3a7 (patch)
tree59a6b6b13333fa83d2d6549153aaef2274d3cb6a
parent0343e2a2e2969126626b9072f92afc452d69fcfa (diff)
downloadInvoke-TheHash-c3c5f1421b332344478925f02da895988da3b3a7.tar.gz
Invoke-TheHash-c3c5f1421b332344478925f02da895988da3b3a7.zip
Typo fix
-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.