HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nmblookup — Discover SMB shares. More information: <https://www.samba.org/samba/docs/current/man-html/nmblookup.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
sharescommandnmblookupclimoreinformationsmbdiscover

Problem

How to use the nmblookup command: Discover SMB shares. More information: <https://www.samba.org/samba/docs/current/man-html/nmblookup.1.html>.

Solution

nmblookup — Discover SMB shares. More information: <https://www.samba.org/samba/docs/current/man-html/nmblookup.1.html>.

Find hosts in the local network with SMB shares:
nmblookup {{[-S|--status]}} '*'


Find hosts in the local network with SMB shares run by SAMBA:
nmblookup {{[-S|--status]}} __SAMBA__

Code Snippets

Find hosts in the local network with SMB shares

nmblookup {{[-S|--status]}} '*'

Find hosts in the local network with SMB shares run by SAMBA

nmblookup {{[-S|--status]}} __SAMBA__

Context

tldr-pages: common/nmblookup

Revisions (0)

No revisions yet.