Enumerate Shares and Access

Enumerate permissions on all shares

nxc smb <target> -u <username> -p <password> --shares

{% hint style="info" %}
By far one of the most useful feature of nxc
{% endhint %}

If you want to filter only by readable or writable share

nxc smb <target> -u <username> -p <password> --shares READ,WRITE
nxc smb <target> -u <username> -p <password> --shares READ
nxc smb <target> -u <username> -p <password> --shares WRITE