byt3bl33d3r / CrackMapExec

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

--continue on success flag being triggers despite not being set #664

Closed Ourithi closed 1 year ago

Ourithi commented 1 year ago

Steps to reproduce

  1. use crackmapexec for winrm

Command string used

└─$ crackmapexec -t 36 winrm 10.129.202.136 -u 'john' -p ./Password-Attacks/password.list

CME Version (cme --version)

5.2.2-0kali1

OS

kali 2022.3

Target OS

Windows 7.7

Detailed issue explanation

When running cme for winrm, the program continues after cracking credentials despite the --continue-on-success flag not being set.

mpgn commented 1 year ago

Make sure you have the latest version of cme

mpgn commented 1 year ago

image