Enumerate Shares and Access

Enumerate permissions on all shares

nxc smb 192.168.1.0/24 -u user -p 'PASSWORDHERE' --shares

By far one of the most useful feature of nxc

If you want to filter only by readable or writable share

nxc smb 192.168.1.0/24 -u user -p 'PASSWORDHERE' --shares READ,WRITE
nxc smb 192.168.1.0/24 -u user -p 'PASSWORDHERE' --shares READ
nxc smb 192.168.1.0/24 -u user -p 'PASSWORDHERE' --shares WRITE

Last updated

Was this helpful?