From 78bf1c0ef4823c03a24156ef8853f78a9e3decdb Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Thu, 1 Nov 2018 20:45:21 -0400 Subject: Examples fixes Switched examples from -TargetsExclude to -TargetExclude. --- Invoke-TheHash.ps1 | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Invoke-TheHash.ps1 b/Invoke-TheHash.ps1 index de9cbd1..9fd9cf8 100644 --- a/Invoke-TheHash.ps1 +++ b/Invoke-TheHash.ps1 @@ -56,10 +56,10 @@ Default = WMI 10 Milliseconds, SMB 150 Milliseconds: Sets the function's Start-S setting if you are experiencing strange results. .EXAMPLE -Invoke-TheHash -Type WMIExec -Target 192.168.100.0/24 -TargetsExclude 192.168.100.50 -Username administrator -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 +Invoke-TheHash -Type WMIExec -Target 192.168.100.0/24 -TargetExclude 192.168.100.50 -Username administrator -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 .EXAMPLE -Invoke-TheHash -Type SMBExec -Target 192.168.100.1-100 -TargetsExclude 192.168.100.50 -Username user1 -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 -domain test +Invoke-TheHash -Type SMBExec -Target 192.168.100.1-100 -TargetExclude 192.168.100.50 -Username user1 -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 -domain test .LINK https://github.com/Kevin-Robertson/Invoke-TheHash diff --git a/README.md b/README.md index 48eeb59..06868c4 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 -Target 192.168.100.0/24 -TargetsExclude 192.168.100.50 -Username Administrator -Hash F6F38B793DB6A94BA04A52F1D3EE92F0 +Invoke-TheHash -Type WMIExec -Target 192.168.100.0/24 -TargetExclude 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