From ae49fcaa023099064b381c7859dab2e4d43b0465 Mon Sep 17 00:00:00 2001 From: David Morton Date: Thu, 21 Jul 2022 11:42:43 -0500 Subject: [PATCH] Update Start-Portscan.ps1 --- Start-Portscan.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Start-Portscan.ps1 b/Start-Portscan.ps1 index b59b3d5..b206f26 100644 --- a/Start-Portscan.ps1 +++ b/Start-Portscan.ps1 @@ -28,9 +28,6 @@ function Start-Portscan{ Write-Output "$ip port $_ is open." $Socket.Close() } - else{ - Write-Output "$ip port $_ is not open." - } } } }