diff --git a/Invoke-EgressAssess.ps1 b/Invoke-EgressAssess.ps1 index 5762478..0fe30ec 100644 --- a/Invoke-EgressAssess.ps1 +++ b/Invoke-EgressAssess.ps1 @@ -56,6 +56,7 @@ function Invoke-EgressAssess [string]$Datatype, [string]$Username, [string]$Password, + [Parameter(Mandatory = $False)] [int]$Iterations = 1, [int]$Size = 1 ) @@ -657,4 +658,4 @@ function Invoke-EgressAssess Write-Verbose "[*] Exiting.." } -} \ No newline at end of file +}