diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2018-11-01 20:42:41 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2018-11-01 20:42:41 -0400 |
commit | 393dd0e17f07f1ad0441a28bd3a8dc8a4d081f7c (patch) | |
tree | 9b770713ee3d6bf5c1d3b1aec5f6a21bb243af9b /README.md | |
parent | 153ca54a744489434d5a4257189e8a20bd28ecec (diff) | |
download | Invoke-TheHash-393dd0e17f07f1ad0441a28bd3a8dc8a4d081f7c.tar.gz Invoke-TheHash-393dd0e17f07f1ad0441a28bd3a8dc8a4d081f7c.zip |
Examples and -Target fixes
Switched the Invoke-TheHash examples from -Targets to -Target. Fixed the issue preventing Invoke-TheHash from accepting a single target.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ Invoke-SMBClient -Domain TESTDOMAIN -Username TEST -Hash F6F38B793DB6A94BA04A52F * __Sleep__ - Default = WMI 10 Milliseconds, SMB 150 Milliseconds: Sets the function's Start-Sleep values in milliseconds. ##### Example: -Invoke-TheHash -Type WMIExec -Targets 192.168.100.0/24 -TargetsExclude 192.168.100.50 -Username Administrator -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 +Invoke-TheHash -Type WMIExec -Target 192.168.100.0/24 -TargetsExclude 192.168.100.50 -Username Administrator -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 ##### Screenshot:  |