Closed alisonliu closed 6 years ago
I'm having the same issue.
Steps to reproduce. cd /opt/ apt-get install -y libssl-dev libffi-dev python-dev build-essential git clone https://github.com/byt3bl33d3r/CrackMapExec cd CrackMapExec/ python setup.py install python ./crackmapexec.py python ./crackmapexec.py -h python ./crackmapexec.py --help
OS Kali Linux Rolling
On my installation of kali, python setup.py install, installs the executable in /usr/local/bin as cme.
So try "cme" instead of "python ./crackmapexec.py"
it's installed as a package, the script is automatically installed in your PATH. You can run CME by running either cme
or crackmapexec
. It's not a script that you execute in the same directory
Steps to reproduce
Just followed the instruction guide for Kali
apt-get install -y libssl-dev libffi-dev python-dev build-essential
pip install --user pipenv
git clone --recursive https://github.com/byt3bl33d3r/CrackMapExec
cd CrackMapExec && pipenv install
pipenv shell
python setup.py install
CME verbose output (using the --verbose flag)
Nothing...
OS
Kali Rolling