byt3bl33d3r / CrackMapExec

A swiss army knife for pentesting networks
BSD 2-Clause "Simplified" License
8.35k stars 1.64k forks source link

--verbose function not working #329

Closed chr0n1k closed 4 years ago

chr0n1k commented 4 years ago

I have been having trouble running cme with the --verbose flag. Here is the error I keep getting when running any cme command with the flag on:

cme smb 10.0.0.2 -u 'Administrator' -p 'password' -M mimikatz --verbose usage: cme [-h] [-v] [-t THREADS] [--timeout TIMEOUT] [--jitter INTERVAL] [--darrell] [--verbose] {http,mssql,winrm,smb,ssh} ... cme: error: unrecognized arguments: --verbose

CME Version (cme --version) 4.0.1dev - Bug Pr0n

OS kali-rolling 2019.4

chr0n1k commented 4 years ago

I figured out my error. I think with version 4 the

--verbose

tag is meant to be at the start of the command like so cme smb --verbose 10.0.0.1 -u 'Administrator' -p 'password' -x whomai