FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Bypassing all Active Directory password policies with one RPC call (with PoC)
How-ToSecurity

Bypassing all Active Directory password policies with one RPC call (with PoC)

via Dev.toAlexei Belous1mo ago

https://simpity.eu/blog/ad-password-policies-security-theater Everyone is celebrating Microsoft's NTLM deprecation plan. And I think there's a major blind spot in the conversation. NTLM the protocol and NTLM the hash are two completely different things. Microsoft is killing the protocol. Good. But the hash, which is how Windows stores your password in Active Directory, stays. Kerberos uses the exact same hash. It's not going anywhere. And there's a Windows RPC function called SamrSetInformationUser that lets you write that hash directly into AD without ever submitting a plaintext password. Which means every password complexity rule you've configured (GPO policies, custom filters, breached-password dictionaries) gets bypassed completely. Windows never sees the password, so it never validates it. I put together two PowerShell scripts you can test in your own lab: one that demonstrates the attack, and one that defends against it by hooking SamrSetInformationUser inside the LSASS process a

Continue reading on Dev.to

Opens in a new tab

Read Full Article
22 views

Related Articles

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 1d ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge • 1d ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon • 1d ago

Switzerland — Best Crypto Exchange (2026)
How-To

Switzerland — Best Crypto Exchange (2026)

Dev.to Beginners • 1d ago

Cursor Your Dream, Part 2: How to Move From First Prompt to First Working App
How-To

Cursor Your Dream, Part 2: How to Move From First Prompt to First Working App

Hackernoon • 1d ago

Discover More Articles