# smbmap * [Repo](https://github.com/ShawnDEvans/smbmap.git) * `python3 -m pip install -r requirements.txt` # Usage * `-x` execute command on server * `-s` enumerate share ```sh smbmap -u "admin" -p "password" -H "10.10.10.10" -x 'ipconfig' ```