NetSPI / PowerUpSQL

PowerUpSQL: A PowerShell Toolkit for Attacking SQL Server
Other
2.47k stars 462 forks source link

Cheatsheet: "Invoke-SQLAuditWeakPw" command not found #26

Closed cnotin closed 6 years ago

cnotin commented 6 years ago

In the cheatsheet there are two references to the Invoke-SQLAuditWeakPw command but it's missing from the module (I'm using the current master version). It looks like the command is instead: Invoke-SQLAuditWeakLoginPw

nullbind commented 6 years ago

Hi @ClementNotin,

Another good catch. I've updated the wiki to reflect the changes. Invoke-SQLAuditWeakPw has been replaced with Invoke-SQLAuditWeakLoginPw

Thanks for all the help,

Scott

cnotin commented 6 years ago

You're welcome. Thanks for your tool!