> For the complete documentation index, see [llms.txt](https://gitbook.seguranca-informatica.pt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.seguranca-informatica.pt/cheat-sheet-1/services-by-port/445-smb.md).

# 445 - SMB

## SMB enumeration

```
smbmap -H 10.10.10.40 -u 'guest' -p ''
smbclient -L //10.10.10.40/ -U anonymous
```

##
