Update PowerHuntShares.psm1

Update margin.
This commit is contained in:
Scott Sutherland 2024-10-11 15:18:28 -05:00 committed by GitHub
parent c58d1512e8
commit 70422d26b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#-------------------------------------- #--------------------------------------
# Author: Scott Sutherland, 2024 NetSPI # Author: Scott Sutherland, 2024 NetSPI
# License: 3-clause BSD # License: 3-clause BSD
# Version: v1.168 # Version: v1.169
# References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell. # 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 function Invoke-HuntSMBShares
{ {
@ -4986,7 +4986,8 @@ $NewHtmlReport = @"
.tabLabel+ .tabLabel+
.tabPanel{ .tabPanel{
display:block; display:block;
margin-top: 50px; margin-top: 50px;
margin-left: 10px;
} }
.tabPanel.nojs{ .tabPanel.nojs{
@ -7468,8 +7469,8 @@ This section includes a list of the credentials that were recovered during data
// Calculate the offset between the mouse position and the element position // Calculate the offset between the mouse position and the element position
const rect = element.getBoundingClientRect(); const rect = element.getBoundingClientRect();
offsetX = e.clientX - rect.left + 200; // Subtract 200 from X offsetX = e.clientX - rect.left + 220; // Subtract from X
offsetY = e.clientY - rect.top + 108; // Add 200 to Y offsetY = e.clientY - rect.top + 170; // Add to Y
// Set the cursor to 'grabbing' when dragging starts // Set the cursor to 'grabbing' when dragging starts
//targetDiv.style.cursor = 'grabbing'; //targetDiv.style.cursor = 'grabbing';