File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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<#
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 ()]
192192
193193 # Return custom psobject with Port status
194194 if ($IncludeClosed ) { return $Results } else { return $Results | Where-Object {$_.Status -eq " Open" } }
195- }
195+ }
You can’t perform that action at this time.
0 commit comments