> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/infrastructure-security/network-infrastructure/smbmap.md).

# SMBMap

## Install

```
apt install build-essential -y
pip3 install smbmap
apt install python3.8-dev
apt install python3.8-dev -y
pip3 install smbmap
```

## Usage

```
smbmap -u bob -p 'Password123!' -d evil.corp -H 192.168.1.77
```
