File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ PowerShell-Scripts/
1414│ └── DisableWindowsDefender.ps1
1515│ └── kickoff.ps1
1616│ └── SetAdaptorMetricWired_Highest.ps1
17+ │ └── Check-ModularDS.ps1
18+ │ └── Test-ADDnsLowPrivWrite.ps1
1719
1820## ── 📂 ├── Azure Active Directory/
1921│ └── get_az_token.ps1
@@ -566,3 +568,15 @@ Set interface metrics for physical adapters only.
566568
567569Use like so to see what changes it will perform without applying them:
568570` .\SetAdaptorMetricWired_Highest.ps1 -Trial `
571+
572+ ---
573+ ### ` Check-ModularDS.ps1 `
574+
575+ Check if a WordPress web site is vulnerable to: CVE-2026 -23550
576+ https://modulards.com/a-note-on-the-recent-modular-ds-security-update/
577+
578+ ---
579+ ### ` Test-ADDnsLowPrivWrite.ps1 `
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/
You can’t perform that action at this time.
0 commit comments