mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
Update PowerHuntShares.psm1
Fixed popup.
This commit is contained in:
parent
b3d6fa4f2f
commit
3881d1f374
@ -4,7 +4,7 @@
|
|||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
# Author: Scott Sutherland, 2024 NetSPI
|
# Author: Scott Sutherland, 2024 NetSPI
|
||||||
# License: 3-clause BSD
|
# License: 3-clause BSD
|
||||||
# Version: v1.164
|
# Version: v1.165
|
||||||
# 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
|
||||||
{
|
{
|
||||||
@ -4630,19 +4630,19 @@ $NewHtmlReport = @"
|
|||||||
right: 0;
|
right: 0;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: #FFF;
|
||||||
border-left: 2px solid #ccc;
|
border-left: 2px solid #71808D;
|
||||||
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
|
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 9998;
|
z-index: 9999;
|
||||||
border-radius: 4px;
|
opacity: .98;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modern-resizer {
|
.modern-resizer {
|
||||||
width: 5px;
|
width: 5px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #ddd;
|
--background-color: #ddd;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user