byt3bl33d3r / CrackMapExec

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

CME provides no output if domain flag is out of order #776

Closed BenKettlewell closed 1 year ago

BenKettlewell commented 1 year ago

Describe the bug Crackmapexec will give no output and stop if the user, password and domain flags are not in the correct order.

To Reproduce Steps to reproduce the behavior: Breaks: crackmapexec smb -u someuser -d megacorp -p Password1 <ip> Works: crackmapexec smb -u someuser -p Password1 -d megacorp <ip>

Expected behavior Runs the smb module against the target IP with creds provided

Crackmapexec info

mpgn commented 1 year ago

cme proto ip option

mpgn commented 1 year ago

Hello,

Thanks for the issue, it is now fixed on the last public release of CrackMapExec https://github.com/mpgn/CrackMapExec v6.0.0

Regards,

mpgn