# 445 - SMB

## SMB enumeration

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

##
