User mapping

MSSQL User Mapping can be setup strangely. For instance, it might be possible that only the Local Admin has rights to access linked servers. So make sure you:

  • Check all available users (including local Administator) which might be able to access database (using whoami) and attempt to enumerate linked servers.

Keep in mind the local admin can always impersonate the SA.

Last updated