Skip to content

Commit 85a7a5a

Browse files
committed
Update
1 parent c7c4175 commit 85a7a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/IPv4PortScan.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Begin{
8080
$IANA_PortList_WebUri = "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml"
8181

8282
# Port list path
83-
$XML_PortList_Path = "$PSScriptRoot\IANA_ServiceName_and_TransportProtocolPortNumber_Registry.xml"
84-
$XML_PortList_BackupPath = "$PSScriptRoot\IANA_ServiceName_and_TransportProtocolPortNumber_Registry.xml.bak"
83+
$XML_PortList_Path = "$PSScriptRoot\Resources\IANA_ServiceName_and_TransportProtocolPortNumber_Registry.xml"
84+
$XML_PortList_BackupPath = "$PSScriptRoot\Resources\IANA_ServiceName_and_TransportProtocolPortNumber_Registry.xml.bak"
8585

8686
# Function to update the list from IANA (Port list)
8787
function UpdateListFromIANA

0 commit comments

Comments
 (0)