+ $ShareDescriptionSample + View in ShareGraph
+
Affected Assets
Computers: | $ComputerBar | @@ -6468,7 +6472,7 @@ Folder groups are SMB shares that contain the exact same file listing. Each fold
diff --git a/Scripts/Analyze-HuntSMBShares.ps1 b/Scripts/Analyze-HuntSMBShares.ps1 index 4580a57..e7abd02 100644 --- a/Scripts/Analyze-HuntSMBShares.ps1 +++ b/Scripts/Analyze-HuntSMBShares.ps1 @@ -5,7 +5,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.95 +# Version: v1.96 # References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell. function Analyze-HuntSMBShares { @@ -1764,9 +1764,12 @@ function Analyze-HuntSMBShares # Get interesting files count (same as share names) $TargetIdentityInterestingFiles = "tbd" + # Set format for javascript + $TargetIdentityJs = $TargetIdentity.Replace('\', '\\') + $BuildIdentityTableRows = @"
Computers: | $ComputerBar | @@ -6468,7 +6472,7 @@ Folder groups are SMB shares that contain the exact same file listing. Each fold