diff options
author | Rich Lundeen <richard.lundeen@gmail.com> | 2013-06-09 21:18:38 -0700 |
---|---|---|
committer | Rich Lundeen <richard.lundeen@gmail.com> | 2013-06-09 21:18:38 -0700 |
commit | 9a5b1ae75ae6f3dc99a10ebcd72c94f45d27c0a7 (patch) | |
tree | 3ce3b359d56d7e35d36818348e2253eefab4556c /Recon/Invoke-Portscan.ps1 | |
parent | ebe7f0981a0a8c4cd485ae5b3455e0b27af070aa (diff) | |
download | PowerSploit-9a5b1ae75ae6f3dc99a10ebcd72c94f45d27c0a7.tar.gz PowerSploit-9a5b1ae75ae6f3dc99a10ebcd72c94f45d27c0a7.zip |
removed a few comments
Diffstat (limited to 'Recon/Invoke-Portscan.ps1')
-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 { |