Update PowerHuntShares.psm1

Small formatting fix.
This commit is contained in:
Scott Sutherland 2024-10-09 17:01:13 -05:00 committed by GitHub
parent 2f23e5d2b6
commit b30e54b42f
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.155 # Version: v1.156
# 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
{ {
@ -9708,9 +9708,9 @@ document.querySelector('#nodemenu a:nth-child(2)').addEventListener('click', fun
<input class="tabInput" name="tabs" type="radio" id="Attacks"/> <input class="tabInput" name="tabs" type="radio" id="Attacks"/>
<label class="tabLabel" onClick="updateTab('Attacks',false)" for="Attacks"></label> <label class="tabLabel" onClick="updateTab('Attacks',false)" for="Attacks"></label>
<div id="tabPanel" class="tabPanel"> <div id="tabPanel" class="tabPanel">
<h2 style="margin-top: 6px;margin-left:10px;margin-bottom: 17px;">Exploiting Access</h2> <h2 style="margin-top: 6px;margin-left:10px;margin-bottom: 17px;">Exploit</h2>
<div style="margin-left:10px;margin-top:7px"> <div style="margin-left:10px;margin-top:7px">
This sectionprovides some tips for exploiting share access. This section provides some tips for exploiting share access.
<br><br> <br><br>
</div> </div>
@ -9770,8 +9770,7 @@ This sectionprovides some tips for exploiting share access.
<input class="tabInput" name="tabs" type="radio" id="Detections"/> <input class="tabInput" name="tabs" type="radio" id="Detections"/>
<label class="tabLabel" onClick="updateTab('Detections',false)" for="Detections"></label> <label class="tabLabel" onClick="updateTab('Detections',false)" for="Detections"></label>
<div id="tabPanel" class="tabPanel"> <div id="tabPanel" class="tabPanel">
<h2 style="margin-top: 6px;margin-left:10px;margin-bottom: 17px;">Recommendations</h2> <h2 style="margin-top: 6px;margin-left:10px;margin-bottom: 17px;">Detect</h2>
<div style="border-bottom: 1px solid #DEDFE1 ;margin-left:-200px;background-color:#f0f3f5; height:5px; width:120%; margin-bottom:10px;"></div>
<div style="margin-left:10px;margin-top:3px"> <div style="margin-left:10px;margin-top:3px">
This section provides some tips for detecting potentially malicious share scanning events. This section provides some tips for detecting potentially malicious share scanning events.
<br><br> <br><br>