killchain-compendium/Enumeration/SMBmap.md

13 lines
248 B
Markdown
Raw Normal View History

2022-11-13 22:52:30 +01:00
# 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'
```