byt3bl33d3r / CrackMapExec

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

Kali Linux ARM #424

Closed bkeath closed 3 years ago

bkeath commented 3 years ago

Describe the bug Installing and trying to run CrackMapExec on Kali Linux on Raspberry Pi now fails. crackmapexec

:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject :219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject **To Reproduce** Steps to reproduce the behavior: 1. Install Kali Linx on Rapsberry Pi 4 2. apt install crackmapexec 3. Error binary incompatibility **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Crackmapexec info** - OS: [e.g. Kali] - Version of CME [e.g. v5.0.2] - Installed from apt or using latest release ? Please try with latest release before openning an issue **Additional context** Add any other context about the problem here.
mpgn commented 3 years ago

Hello,

We don't support the installation using apt please use the following link

https://mpgn.gitbook.io/crackmapexec/getting-started/installation/installation-on-unix

bkeath commented 3 years ago

Thank you! Works using official install with pipx!