Skip to content

Commit c926eb2

Browse files
authored
Update README with ADWS verification details
Added verification step for low-priv add vulnerability.
1 parent 19ea482 commit c926eb2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,4 +588,15 @@ Usage:
588588

589589
`\Test-ADDnsLowPrivWrite.ps1 -DcHost dc.xxx.net -UseSSL -Port 636 -DomainNC 'DC=xxx,DC=net' -Verbose`
590590

591+
You can verify via ADWS in case of output: "[FAIL] VULNERABLE: low-priv add succeeded (record created)."
592+
593+
$zoneDn = 'DC=xxx.net,CN=MicrosoftDNS,CN=System,DC=aimfire,DC=net'
594+
$label = '_aclvtest-XXX' <= Change this
595+
$server = 'dc.xxx.net'
596+
Get-ADObject -Server $server -LDAPFilter "(dc=$label)" -SearchBase $zoneDn -SearchScope Subtree -Properties dc,dnsRecord,whenCreated,whenChanged,distinguishedName | Format-List distinguishedName,dc,whenCreated,whenChanged
597+
598+
distinguishedName : DC=_aclvtest-XXX,DC=xxx.net,CN=MicrosoftDNS,CN=System,DC=aimfire,DC=net
599+
dc : _aclvtest-XXX
600+
whenCreated : 1/19/2026 12:56:35 PM
601+
whenChanged : 1/19/2026 12:56:35 PM
591602

0 commit comments

Comments
 (0)