Skip to content

Commit ffc2a55

Browse files
authored
Update README with usage examples for script
Added usage examples for Test-ADDnsLowPrivWrite.ps1.
1 parent 8794f3a commit ffc2a55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,3 +580,9 @@ https://modulards.com/a-note-on-the-recent-modular-ds-security-update/
580580

581581
Check if your AD is vulnerable to registering a DNS record in an Active Directory DNS zone.
582582
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

Comments
 (0)