byt3bl33d3r / CrackMapExec

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

No module named cme #588

Closed Ar3s1110 closed 2 years ago

Ar3s1110 commented 2 years ago

Hello,

I am trying to install crackmapexec to RHEL 8, which I'm realizing is a bit of a pain. I end up with this error output:

Traceback (most recent call last): File "./crackmapexec.py", line 3, in from cme.logger import setup_logger, setup_debug_logger, CMEAdapter ModuleNotFoundError: No module named 'cme' [scanner@e4gp1lnfpsapp01 cme]$ sudo python3 crackmapexec.py Traceback (most recent call last): File "crackmapexec.py", line 3, in from cme.logger import setup_logger, setup_debug_logger, CMEAdapter ModuleNotFoundError: No module named 'cme'

I have pip3 installed cme and yet am not able to use crackmapexec. Is there something that I am missing here?

Thank you

mpgn commented 2 years ago

Hello,

Try with poetry, the docker image etc there are plenty other way to run cme :)