diff options
| author | Kevin Robertson <robertsonk@gmail.com> | 2017-01-03 10:07:40 -0500 | 
|---|---|---|
| committer | Kevin Robertson <robertsonk@gmail.com> | 2017-01-03 10:07:40 -0500 | 
| commit | c3c5f1421b332344478925f02da895988da3b3a7 (patch) | |
| tree | 59a6b6b13333fa83d2d6549153aaef2274d3cb6a | |
| parent | 0343e2a2e2969126626b9072f92afc452d69fcfa (diff) | |
| download | Invoke-TheHash-c3c5f1421b332344478925f02da895988da3b3a7.tar.gz Invoke-TheHash-c3c5f1421b332344478925f02da895988da3b3a7.zip | |
Typo fix
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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.   |