Update Analyze-HuntSMBShares.ps1

Small style update.
This commit is contained in:
Scott Sutherland
2024-09-20 08:56:53 -05:00
committed by GitHub
parent 37a49b9760
commit 70ce0f2083

View File

@ -5,7 +5,7 @@
#-------------------------------------- #--------------------------------------
# Author: Scott Sutherland, 2024 NetSPI # Author: Scott Sutherland, 2024 NetSPI
# License: 3-clause BSD # License: 3-clause BSD
# Version: v1.96 # Version: v1.97
# 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 Analyze-HuntSMBShares function Analyze-HuntSMBShares
{ {
@ -6839,7 +6839,7 @@ Folder groups are SMB shares that contain the exact same file listing. Each fold
<!-- Hidden Menu - node data --> <!-- Hidden Menu - node data -->
<div id="popup" class="modern-popup"> <div id="popup" class="modern-popup">
<div id="resizer" class="modern-resizer"></div> <div id="resizer" class="modern-resizer"></div>
<h2 id="popup-title">Node Details</h2>
<p id="popup-content">Content goes here...</p> <p id="popup-content">Content goes here...</p>
<button id="close-popup" class="modern-button">Close</button> <button id="close-popup" class="modern-button">Close</button>
</div> </div>