From 393dd0e17f07f1ad0441a28bd3a8dc8a4d081f7c Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Thu, 1 Nov 2018 20:42:41 -0400 Subject: Examples and -Target fixes Switched the Invoke-TheHash examples from -Targets to -Target. Fixed the issue preventing Invoke-TheHash from accepting a single target. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 577bed7..48eeb59 100644 --- a/README.md +++ b/README.md @@ -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: ![ithsmb](https://cloud.githubusercontent.com/assets/5897462/21594966/c0f69a62-d0f6-11e6-91f2-af9103571bde.png) -- cgit v1.2.3