> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/infrastructure-security/network-infrastructure/mounting-shares.md).

# Mounting Shares

{% code overflow="wrap" %}

```
mount -t cifs -o "domain=evil.corp,username=bob,password=Password123!" //192.168.1.77/Scripts /tmp/x
```

{% endcode %}
