crackmapexec cme

Installation

sudo apt-get install python3-venv
python3 -m pip install pipx
pipx ensurepath
pipx install crackmapexec

Password Policy

cme smb 10.129.145.206 -u username -p password --pass-pol 
## This can often be done without a valid set of user credentials

Brute Force

crackmapexec smb 10.10.10.10 -u users_file -p passwords_file ## Remember to checkout the password policy before brute forcing.

List Shares

cme smb 10.129.145.206 -u username -p password --shares

Last updated

Was this helpful?