Skip to content

Commit 5ef899d

Browse files
committed
Update ScanPortsAsync.ps1
1 parent 40f46a8 commit 5ef899d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScanPortsAsync.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###############################################################################################################
22
# Language : PowerShell 4.0
3-
# Script Name : ScanNetworkAsync.ps1
3+
# Script Name : ScanPortsAsync.ps1
44
# Autor : BornToBeRoot (https://github.com/BornToBeRoot)
55
# Description : Asynchronus Port Scanner
66
# Repository : https://github.com/BornToBeRoot/PowerShell-Async-PortScanner
@@ -193,4 +193,4 @@ End{
193193

194194
# Return custom psobject with Port status
195195
if($IncludeClosed) { return $Results } else { return $Results | Where-Object {$_.Status -eq "Open"} }
196-
}
196+
}

0 commit comments

Comments
 (0)