Password Cracking Tools For SQL Server
I was reading what's new in sql 2005 sp1 here
http://www.microsoft.com/sql/sp1.mspx
and in the end there is nice pointer to this:
Password cracking tools for SQL Server: SearchSQLServer.com (May 9, 2006) which explains in details how to crack SQL passwords using say Cain and Abel or other juicy tools.
How to get protected?
- Always use Windows Integrated Authentication to connect to SQL Server
- If you cannot use Windows Integrated Authentication then follow these guidelines
Cheers