+ View in ShareGraph
+
Affected Assets
Computers: | $ComputerBar | @@ -6889,7 +6893,7 @@ Folder groups are SMB shares that contain the exact same file listing. Each fold
diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index bfff976..6823fd2 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.124 +# Version: v1.125 # References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell. function Invoke-HuntSMBShares { @@ -2187,9 +2187,12 @@ function Invoke-HuntSMBShares # Get interesting files count (same as share names) $TargetIdentityInterestingFiles = "tbd" + # Set format for javascript + $TargetIdentityJs = $TargetIdentity.Replace('\', '\\') + $BuildIdentityTableRows = @"
Computers: | $ComputerBar | @@ -6889,7 +6893,7 @@ Folder groups are SMB shares that contain the exact same file listing. Each fold