Skip to content

Commit 68c15ba

Browse files
committed
Update ScanPortsAsync.ps1
1 parent 939a4fd commit 68c15ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Scripts/ScanPortsAsync.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Script Name : ScanPortsAsync.ps1
44
# Autor : BornToBeRoot (https://github.com/BornToBeRoot)
55
# Description : Asynchronus Port Scanner
6-
# Repository : https://github.com/BornToBeRoot/PowerShell-Async-PortScanner
6+
# Repository : https://github.com/BornToBeRoot/PowerShell_Async-PortScanner
77
###############################################################################################################
88

99
<#
@@ -28,7 +28,7 @@
2828
2929
.LINK
3030
Github Profil: https://github.com/BornToBeRoot
31-
Github Repository: https://github.com/BornToBeRoot/PowerShell-Async-PortScanner
31+
Github Repository: https://github.com/BornToBeRoot/PowerShell_Async-PortScanner
3232
#>
3333

3434
[CmdletBinding()]
@@ -192,4 +192,4 @@ End{
192192

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

0 commit comments

Comments
 (0)