# smbclient.py
smbclient is part of [impacket](https://github.com/fortra/impacket).

## Pop an interactive SMB shell on a victim host using Kerberos
```
smbclient.py -k -no-pass VICTIM -debug
```

## List shares
```
shares
```

### Use a specific share
```
use C$
```
