Closed st1ckyb1t closed 3 years ago
Please put more details and follow the tutorial to install CrackMapExec https://app.gitbook.com/@mpgn/s/crackmapexec-cme/getting-started/installation/installation-on-unix
Closing until more update
Also, you need to use the python v3.8
Receiving the below error when trying to run crackmapexec after installing via pipx on 18.04.1-Ubuntu : Traceback (most recent call last): File "/home/threathunt1/.local/bin/cme", line 5, in
from cme.crackmapexec import main
File "/home/threathunt1/.local/pipx/venvs/crackmapexec/lib/python3.6/site-packages/cme/crackmapexec.py", line 10, in
from cme.connector import connector
File "/home/threathunt1/.local/pipx/venvs/crackmapexec/lib/python3.6/site-packages/cme/connector.py", line 6, in
from cme.connection import Connection
File "/home/threathunt1/.local/pipx/venvs/crackmapexec/lib/python3.6/site-packages/cme/connection.py", line 3, in
from helpers import highlight
ModuleNotFoundError: No module named 'helpers'