We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8794f3a commit ffc2a55Copy full SHA for ffc2a55
README.md
@@ -580,3 +580,9 @@ https://modulards.com/a-note-on-the-recent-modular-ds-security-update/
580
581
Check if your AD is vulnerable to registering a DNS record in an Active Directory DNS zone.
582
https://www.depthsecurity.com/blog/using-ntlm-reflection-to-own-active-directory/
583
+
584
+Usage:
585
+`\Test-ADDnsLowPrivWrite.ps1 -DcHost dc.xxx.net -Verbose`
586
+`\Test-ADDnsLowPrivWrite.ps1 -DcHost dc.xxx.net -UseSSL -Port 636 -Zone xxx.net -Verbose`
587
+`\Test-ADDnsLowPrivWrite.ps1 -DcHost dc.xxx.net -UseSSL -Port 636 -DomainNC 'DC=xxx,DC=net' -Verbose`
588
0 commit comments