Skip to content

Commit 135ed92

Browse files
authored
Update README with PowerShell script example
Added PowerShell script example for verifying low-privilege add operations in Active Directory.
1 parent c926eb2 commit 135ed92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ Usage:
589589
`\Test-ADDnsLowPrivWrite.ps1 -DcHost dc.xxx.net -UseSSL -Port 636 -DomainNC 'DC=xxx,DC=net' -Verbose`
590590

591591
You can verify via ADWS in case of output: "[FAIL] VULNERABLE: low-priv add succeeded (record created)."
592-
592+
`
593593
$zoneDn = 'DC=xxx.net,CN=MicrosoftDNS,CN=System,DC=aimfire,DC=net'
594594
$label = '_aclvtest-XXX' <= Change this
595595
$server = 'dc.xxx.net'
@@ -599,4 +599,5 @@ distinguishedName : DC=_aclvtest-XXX,DC=xxx.net,CN=MicrosoftDNS,CN=System,DC=aim
599599
dc : _aclvtest-XXX
600600
whenCreated : 1/19/2026 12:56:35 PM
601601
whenChanged : 1/19/2026 12:56:35 PM
602+
`
602603

0 commit comments

Comments
 (0)