> For the complete documentation index, see [llms.txt](https://oscp.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscp.adot8.com/services/smb-less-than-tcp-445-139-greater-than.md).

# SMB \<tcp 445, 139>

```
netexec smb <IP> -u '' -p '' --shares
```

```
enum4linux <IP>
```

```
smbmap -H <IP>
```

```
smbclient -L "\\\\<IP>\\<share>" -U '' -N
smbclient -L "\\\\<IP>\\<share>" -U user%password
recurse on
prompt off
mget *
```

Faster download speeds

```
-t 120 --socket-options='TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072'
```
