Skip to content

Commit 01e7299

Browse files
committed
Update ScanPortsAsync.ps1
1 parent 069b791 commit 01e7299

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
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)