> For the complete documentation index, see [llms.txt](https://www.netexec.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.netexec.wiki/smb-protocol/spooler-webdav-running.md).

# Checking for Spooler & WebDav

### Checking if the Spooler Service is Running

```bash
nxc smb <ip> -u 'user' -p 'pass' -M spooler
```

### Checking if the WebDav Service is Running

```bash
nxc smb <ip> -u 'user' -p 'pass' -M webdav
```
