byt3bl33d3r / CrackMapExec

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

problem install #511

Closed tfmarques23 closed 2 years ago

tfmarques23 commented 2 years ago

Describe the bug error installing

" Because crackmapexec depends on lsassy (>=3.0.0) which doesn't match any versions, version solving failed."

To Reproduce Steps to reproduce the behavior:

  1. install requeriments
  2. install poetry (pip3 install poetry) Poetry version 1.1.12 python3 --version (Python 3.9.9) lsassy --version (lsassy (version 3.0.3))

Screenshots image

tfmarques23 commented 2 years ago

image can you upgrade for new version of pypykatz?

kavishkagihan commented 2 years ago

I am having the same issue.

SRZEUS1990 commented 2 years ago

The following steps worked for me on Ubuntu 20.04.3 LTS but Cannot install in Kali manually then again the tool comes pre-installed with newer Kali

❯❯❯ sudo apt install -y libssl-dev libffi-dev python-dev-is-python3 build-essential
❯❯❯ git clone --recursive https://github.com/byt3bl33d3r/CrackMapExec
❯❯❯ cd CrackMapExec
❯❯❯ pip3 install -r requirements-dev.txt
❯❯❯ cd cme
❯❯❯ ./crackmapexec.py -h 
mpgn commented 2 years ago

@tfmarques23 can you try poetry install and poetry update after clonning ?

mpgn commented 2 years ago

no update, closing