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 22# Language : PowerShell 4.0
33# Script Name : ScanPortsAsync.ps1
44# Autor : BornToBeRoot (https://github.com/BornToBeRoot)
5- # Description : Asynchronus Port Scanner
5+ # Description : Asynchronus Port Scanner for PowerShell
66# Repository : https://github.com/BornToBeRoot/PowerShell_Async-PortScanner
77# ##############################################################################################################
88
@@ -87,12 +87,12 @@ Begin{
8787
8888 $PortRange = ($EndPort - $StartPort )
8989
90- # Port list can be updated from IANA.org with the parameter "-UpdatePortList
90+ # Port list can be updated from IANA.org with the parameter "-UpdateListFromIANA
9191 if ($UpdateListFromIANA )
9292 {
9393 try
9494 {
95- Write-Host " Updating Service Name and Transport Protocol Port Number Registry from IANA...`t " - ForegroundColor Gray - NoNewline
95+ Write-Host " Updating Service Name and Transport Protocol Port Number Registry from IANA.org. ..`t " - ForegroundColor Gray - NoNewline
9696
9797 [xml ]$New_XML_PortList = Invoke-WebRequest - Uri $IANA_PortList_WebUri # Download latest xml-file from IANA
9898
You can’t perform that action at this time.
0 commit comments