byt3bl33d3r / CrackMapExec

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

crackmapexec.py not giving any outputs after fresh installation #227

Closed alisonliu closed 6 years ago

alisonliu commented 6 years ago

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

no_output
leebaird commented 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

aj-cgtech commented 6 years ago

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"

byt3bl33d3r commented 6 years ago

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