From 8ddca39a44e43394bb40022494a8185510a408a4 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Sat, 12 Oct 2024 13:09:45 -0500 Subject: [PATCH] Update PowerHuntShares.psm1 Color update. --- PowerHuntShares.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index 38a9d8c..eb03e32 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.171 +# Version: v1.172 # 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 { @@ -11823,7 +11823,7 @@ function updateLabelColors(divId, objectId) { // Apply the desired styles objectElement.style.fontWeight = 'normal'; objectElement.style.color = 'white'; - objectElement.style.backgroundColor = '#354367'; //#71808d + objectElement.style.backgroundColor = 'rgba(53, 67, 103, 0.75)'; //#71808d, #354367 objectElement.style.transition = 'background-color 0.9s ease, color 0.3s ease'; objectElement.style.textDecoration = 'none'; objectElement.style.borderRadius = '5px';