Update Start-Portscan.ps1

This commit is contained in:
David Morton
2022-07-21 11:42:43 -05:00
parent c75e3c2928
commit ae49fcaa02

View File

@@ -28,9 +28,6 @@ function Start-Portscan{
Write-Output "$ip port $_ is open."
$Socket.Close()
}
else{
Write-Output "$ip port $_ is not open."
}
}
}
}