> For the complete documentation index, see [llms.txt](https://www.xtormin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.xtormin.com/pentesting-en-infraestructuras/servicios/mssql.md).

# MSSQL

## Enumeración

```bash
# Lista los módulos disponibles
nxc mssql -L
```

```bash
nxc mssql scope.txt
```

### Identificación de sistema operativo

```bash
git clone https://github.com/nopfor/ntlm_challenger.git

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
```

```bash
python ntlm_challenger.py 'mssql://$IP'
```
