We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f46a8 commit 5ef899dCopy full SHA for 5ef899d
ScanPortsAsync.ps1
@@ -1,6 +1,6 @@
1
###############################################################################################################
2
# Language : PowerShell 4.0
3
-# Script Name : ScanNetworkAsync.ps1
+# Script Name : ScanPortsAsync.ps1
4
# Autor : BornToBeRoot (https://github.com/BornToBeRoot)
5
# Description : Asynchronus Port Scanner
6
# Repository : https://github.com/BornToBeRoot/PowerShell-Async-PortScanner
@@ -193,4 +193,4 @@ End{
193
194
# Return custom psobject with Port status
195
if($IncludeClosed) { return $Results } else { return $Results | Where-Object {$_.Status -eq "Open"} }
196
-}
+}
0 commit comments