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
# 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.
function Invoke-HuntSMBShares
{
@ -4987,6 +4987,7 @@ $NewHtmlReport = @"
.tabPanel{
display:block;
margin-top: 50px;
margin-left: 10px;
}
.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
const rect = element.getBoundingClientRect();
offsetX = e.clientX - rect.left + 200; // Subtract 200 from X
offsetY = e.clientY - rect.top + 108; // Add 200 to Y
offsetX = e.clientX - rect.left + 220; // Subtract from X
offsetY = e.clientY - rect.top + 170; // Add to Y
// Set the cursor to 'grabbing' when dragging starts
//targetDiv.style.cursor = 'grabbing';