Update PowerHuntShares.psm1

Clean up scan information page styles.
This commit is contained in:
Scott Sutherland
2024-11-06 07:36:05 -06:00
committed by GitHub
parent 9976d6e8c0
commit 4d2e7b6df8

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.192 # Version: v1.193
# 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
{ {
@ -10747,7 +10747,7 @@ This section provides some tips for prioritizing the remediation of shares confi
--> -->
<a href="#" id="DashLink" onClick="radiobtn = document.getElementById('dashboard');radiobtn.checked = true;"> <a href="#" id="DashLink" onClick="radiobtn = document.getElementById('dashboard');radiobtn.checked = true;">
<div class="card" style="position:absolute;margin-top:20px;width:270px;"> <div class="card" style="position:absolute;margin-top:20px;width:400px;">
<div class="cardtitle" align="left"> <div class="cardtitle" align="left">
<div style="text-align:left; font-size: 12px; margin-left: 5px;">The scan context and run time information have been provided below.<br><br></div> <div style="text-align:left; font-size: 12px; margin-left: 5px;">The scan context and run time information have been provided below.<br><br></div>
</div> </div>
@ -10761,43 +10761,43 @@ This section provides some tips for prioritizing the remediation of shares confi
<tr> <tr>
<td class="cardsubtitle" style="vertical-align:top">DC</td> <td class="cardsubtitle" style="vertical-align:top">DC</td>
<td > <td >
<span class="AclEntryRight" style="width:160px;word-wrap: break-word;">$DomainController</span> <span class="AclEntryRight" style="word-wrap: break-word;">$DomainController</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="cardsubtitle" style="vertical-align: top;">Start Time</td> <td class="cardsubtitle" style="vertical-align: top;">Start Time</td>
<td> <td>
<span class="AclEntryRight" style="width:160px;word-wrap: break-word;">$StartTime</span> <span class="AclEntryRight" style="word-wrap: break-word;">$StartTime</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="cardsubtitle" style="vertical-align:top">Stop Time</td> <td class="cardsubtitle" style="vertical-align:top">Stop Time</td>
<td > <td >
<span class="AclEntryRight" style="width:160px;word-wrap: break-word;">$EndTime</span> <span class="AclEntryRight" style="word-wrap: break-word;">$EndTime</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="cardsubtitle" style="vertical-align:top">Duration</td> <td class="cardsubtitle" style="vertical-align:top">Duration</td>
<td > <td >
<span class="AclEntryRight" style="width:160px;word-wrap: break-word;">$RunTime</span> <span class="AclEntryRight" style="word-wrap: break-word;">$RunTime</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="cardsubtitle" style="vertical-align:top">Src Host</td> <td class="cardsubtitle" style="vertical-align:top">Src Host</td>
<td > <td >
<span class="AclEntryRight" style="width:160px;word-wrap: break-word;">$SourceHost</span> <span class="AclEntryRight" style="word-wrap: break-word;">$SourceHost</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="cardsubtitle" style="vertical-align:top">Src IPs</td> <td class="cardsubtitle" style="vertical-align:top">Src IPs</td>
<td > <td >
<span class="AclEntryRight" style="width:160px;word-wrap: break-word;">$SourceIps</span> <span class="AclEntryRight" style="word-wrap: break-word;">$SourceIps</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="cardsubtitle" style="vertical-align:top">Src User</td> <td class="cardsubtitle" style="vertical-align:top">Src User</td>
<td > <td >
<span class="AclEntryRight" style="width:160px;word-wrap: break-word;">$username</span> <span class="AclEntryRight" style="word-wrap: break-word;">$username</span>
</td> </td>
</tr> </tr>
</table> </table>
@ -10805,7 +10805,7 @@ This section provides some tips for prioritizing the remediation of shares confi
</a> </a>
<!-- home text --> <!-- home text -->
<div style="margin-left:320px;"> <div style="margin-left:450px;">
<br> <br>
<div style="float:left;display:block;position:relative;"> <div style="float:left;display:block;position:relative;">
<h4>How do I use this report?</h4> <h4>How do I use this report?</h4>