Skip to content

Commit ed05425

Browse files
authored
Update README to include new PowerShell scripts
Added new scripts Check-ModularDS.ps1 and Test-ADDnsLowPrivWrite.ps1 to README.
1 parent 3f55fba commit ed05425

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

567569
Use 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/

0 commit comments

Comments
 (0)