From 77e2d24896714f2880b34c34740734337137349a Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Sat, 28 Sep 2024 12:48:02 -0500 Subject: [PATCH] Update PowerHuntShares.psm1 Modified output file name. --- PowerHuntShares.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index 496c578..04c9928 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.132 +# Version: v1.133 # 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 { @@ -2478,7 +2478,7 @@ function Invoke-HuntSMBShares } # Create java script chart objects - names - $DomainComputerOSSum | Export-Csv -NoTypeInformation "$OutputDirectory\$TargetDomain-Computers-Versions.csv" + $DomainComputerOSSum | Export-Csv -NoTypeInformation "$OutputDirectory\$TargetDomain-Domain-Computers-Versions.csv" $DomainComputerOSListJsNames = "" $DomainComputerOSListJsValues = "" $DomainComputerOSSum |