byt3bl33d3r / CrackMapExec

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

cme.helpers.logger Error #301

Closed yildirimserkan closed 4 years ago

yildirimserkan commented 5 years ago

I installed all req but i always got this errors,

sudo ./crackmapexec.py -t 100 192.1.2.50 Traceback (most recent call last): File "./crackmapexec.py", line 6, in from cme.helpers.logger import highlight ImportError: No module named logger

Where is the problem ?

donjuanme commented 4 years ago

~/CrackMapExec/cme# python3 crackmapexec.py Traceback (most recent call last): File "crackmapexec.py", line 6, in from cme.helpers.logger import highlight ModuleNotFoundError: No module named 'cme.helpers.logger'; 'cme.helpers' is not a package

same issue

any ideas ?

mpgn commented 4 years ago

Hello,

Use the wiki to install cme

git clone --recursive https://github.com/byt3bl33d3r/CrackMapExec
cd CrackMapExec
python3 setup.py install