GMSA Password + Dart Reverse Shell

This commit is contained in:
Swissky
2021-03-24 12:44:35 +01:00
parent af9f103655
commit bd2166027e
7 changed files with 103 additions and 8 deletions

View File

@@ -242,6 +242,7 @@ List all network shares
```powershell
net share
powershell Find-DomainShare -ComputerDomain domain.local
```
SNMP Configuration
@@ -272,8 +273,7 @@ PS C:\> Set-MpPreference -DisableIOAVProtection $true
List AppLocker rules
```powershell
PS C:\> $a = Get-ApplockerPolicy -effective
PS C:\> $a.rulecollections
PowerView PS C:\> Get-AppLockerPolicy -Effective | select -ExpandProperty RuleCollections
```
### Powershell