Press "Enter" to skip to content

Detecting Weak Passwords in SQL Server

Eitan Blumin wants to pump your passwords up:

This script generates various permutations and variations of common and weak passwords and uses the PWDCOMPARE function to check whether there are any enabled SQL logins that have these passwords.

Read on for several notions of what might constitute a weak password and notes on how to use this.