Update PowerHuntShares.psm1

Layout update.
This commit is contained in:
Scott Sutherland 2024-09-20 10:29:59 -05:00 committed by GitHub
parent 5f02f8b17e
commit b7efc9ff8f
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.125 # Version: v1.126
# 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
{ {
@ -6877,10 +6877,10 @@ Folder groups are SMB shares that contain the exact same file listing. Each fold
This is an experimental interactive graph for exploring share relationships. This is an experimental interactive graph for exploring share relationships.
</div> </div>
<div style="text-align: right; margin-right: 10px;color:gray;"> <div style="text-align: right; margin-right: 10px;color:gray;">
&nbsp;Selected Node:&nbsp;<span id="selected-node" style="color:gray;">None</span><br>
<div id="buttonsright" style="text-align: right;"> <div id="buttonsright" style="text-align: right;">
<span id="node-count">Nodes: 0</span>&nbsp;&nbsp; <span id="node-count">Nodes: 0</span>&nbsp;&nbsp;
<span id="edge-count">Edges: 0</span> <span id="edge-count">Edges: 0</span><br>
&nbsp;Selected Node:&nbsp;<span id="selected-node" style="color:gray;">None</span>
</div> </div>
</div> </div>
</div> </div>