> For the complete documentation index, see [llms.txt](https://notes.cavementech.com/pentesting-quick-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.cavementech.com/pentesting-quick-reference/port-137-netbios.md).

# Port 137 NetBios

## Netbios enumeration with NSE scripts

```
nmap -sV -v --script nbstat.nse 192.168.18.110
```

```
nmap -sU -p 137 --script nbstat.nse 192.168.18.110
```
