Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Installation

byt3bl33d3r edited this page Oct 25, 2017 · 42 revisions

Installation

  1. Kali
  2. Debian/Ubuntu
  3. Arch Linux

Kali

  • Latest Stable Version
#~ apt-get install crackmapexec
  • Bleeging-Edge

It is highly reccomended to use pipenv to install CME so it's dependencies don't create conflicts with your system packages.

#~ 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

Debian/Ubuntu

It is highly reccomended to use pipenv to install CME so it's dependencies don't create conflicts with your system packages.

  • Latest Stable Version
#~ apt-get install -y libssl-dev libffi-dev python-dev build-essential
#~ pip install crackmapexec
  • Bleeging-Edge
#~ 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

Arch Linux

It is highly reccomended to use pipenv to install CME so it's dependencies don't create conflicts with your system packages.

  • Latest Stable Version
pip install crackmapexec
  • Bleeging-Edge
#~ pip install --user pipenv
#~ git clone --recursive https://github.com/byt3bl33d3r/CrackMapExec
#~ cd CrackMapExec && pipenv install
#~ pipenv shell
#~ python setup.py install