#
mssqlhound
Awsome tool to find cool attack paths via SQL!
#
Running enumeration against a specific instance
.\MSSQLHound.ps1 -UserID SomeSQLAdminLocalAccount -password 'YourPass123!' -ServerList SQL07 -Verbose -domain domain.com
(I'm a newb with this but found even if I want to do enumeration with a LOCAL SA account, I still need to specify the -domain
flag or the enumeration doesn't work)