Enumerate Shares and Access

Enumerate permissions on all shares

nxc smb <CIDR> -u <USERNAME> -p <PASSWORD> --shares

Info

By far one of the most useful feature of nxc

If you want to filter only by readable or writable share

nxc smb <CIDR> -u <USERNAME> -p <PASSWORD> --shares READ,WRITE
nxc smb <CIDR> -u <USERNAME> -p <PASSWORD> --shares READ
nxc smb <CIDR> -u <USERNAME> -p <PASSWORD> --shares WRITE