Merge pull request #26 from ChrisTruncer/ChrisTruncer-patch-1

Change to iterations
client_ports
ChrisTruncer 2015-06-03 12:16:27 -04:00
commit c7ab708d38
1 changed files with 2 additions and 1 deletions

View File

@ -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.."
}
}
}