From 8a63e66c43ec005d7b33ff80493a8166aadaeb9d Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Sat, 12 Oct 2024 13:05:30 -0500 Subject: [PATCH] Update PowerHuntShares.psm1 Color changes. --- PowerHuntShares.psm1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index f58c956..38a9d8c 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.170 +# Version: v1.171 # 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 { @@ -6010,7 +6010,7 @@ input[type="checkbox"]:checked::before { - + @@ -6018,10 +6018,10 @@ input[type="checkbox"]:checked::before { - + - + @@ -11823,7 +11823,7 @@ function updateLabelColors(divId, objectId) { // Apply the desired styles objectElement.style.fontWeight = 'normal'; objectElement.style.color = 'white'; - objectElement.style.backgroundColor = '#71808d'; //#71808d + objectElement.style.backgroundColor = '#354367'; //#71808d objectElement.style.transition = 'background-color 0.9s ease, color 0.3s ease'; objectElement.style.textDecoration = 'none'; objectElement.style.borderRadius = '5px';