diff options
Diffstat (limited to 'Recon')
-rw-r--r-- | Recon/Invoke-Portscan.ps1 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Recon/Invoke-Portscan.ps1 b/Recon/Invoke-Portscan.ps1 index 6696a17..8a8a7cb 100644 --- a/Recon/Invoke-Portscan.ps1 +++ b/Recon/Invoke-Portscan.ps1 @@ -881,9 +881,6 @@ http://webstersprodigy.net $closedPorts.clear() $filteredPorts.Clear() - #$sPortlist = @($sPortList) - #$Timeout = $Timeout - [string[]]$Ports = @() @@ -892,9 +889,6 @@ http://webstersprodigy.net Try { Test-Port -h $h -p $Port -timeout $Timeout - #tiny delay can makeit more responsive - #Start-Sleep -Milli 1 - } Catch { |