From c19c7c24d5f2cad1bfe3d929a538ba7c58731817 Mon Sep 17 00:00:00 2001 From: Garrett Freibott Date: Thu, 20 Mar 2025 11:28:53 -0500 Subject: [PATCH] Fixed Missing SDTID Instantiation in Local Thorough Scan --- SessionGopher.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/SessionGopher.ps1 b/SessionGopher.ps1 index 1676d6f..f3a0481 100644 --- a/SessionGopher.ps1 +++ b/SessionGopher.ps1 @@ -332,6 +332,7 @@ function Invoke-SessionGopher { $ArrayOfRDPSessions = New-Object System.Collections.ArrayList $ArrayOfRDPFiles = New-Object System.Collections.ArrayList $ArrayOfFileZillaSessions = New-Object System.Collections.ArrayList + $ArrayOfSDTIDFiles = New-Object System.Collections.ArrayList $objUser = (GetMappedSID) $Source = (Hostname) + "\" + (Split-Path $objUser.Value -Leaf)