# MSSQL protocol

- [Enumeration](https://www.netexec.wiki/mssql-protocol/enumeration.md)
- [Enumerating encryption settings](https://www.netexec.wiki/mssql-protocol/enumeration/enumerating-encryption-settings.md)
- [Enumerating Channel Binding configuration](https://www.netexec.wiki/mssql-protocol/enumeration/enumerating-channel-binding-configuration.md)
- [Password Spraying](https://www.netexec.wiki/mssql-protocol/mssql-passwordspray.md)
- [Authentication](https://www.netexec.wiki/mssql-protocol/authentication.md)
- [MSSQL PrivEsc](https://www.netexec.wiki/mssql-protocol/mssql-privesc.md): Module to privesc from standard user to DBA
- [MSSQL Command Execution](https://www.netexec.wiki/mssql-protocol/mssql-command.md): Execute MSSQL command using NetExec
- [MSSQL Upload & Download](https://www.netexec.wiki/mssql-protocol/mssql-upload-download.md)
- [Execute via xp\_cmdshell](https://www.netexec.wiki/mssql-protocol/windows-command.md): Execute Windows command using NetExec
- [Enumerate Users by Bruteforcing RID](https://www.netexec.wiki/mssql-protocol/enumerate-users-by-bruteforcing-rid.md)
- [MSSQL Linked Servers](https://www.netexec.wiki/mssql-protocol/mssql-linked-servers.md): Discover and execute MSSQL queries and system commands on linked MSSQL servers using NetExec


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.netexec.wiki/mssql-protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
