diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index e0e6c9f..d7ad9a5 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.101 +# Version: v1.102 # 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 { @@ -3838,6 +3838,8 @@ $NewHtmlReport = @" padding-bottom:5px; padding-left:15px; order:1; + border-radius: 0px; + margin-left:5px; } .stuff:hover{ @@ -3846,8 +3848,11 @@ $NewHtmlReport = @" text-decoration: none; padding-top:5px; padding-bottom:5px; + margin-right:5px; + margin-left:5px; color: white; - } + border-radius: 5px; + } .stuff:active { @@ -4905,22 +4910,25 @@ input[type="checkbox"]:checked::before {