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 Jun 26, 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 virtualenvwrapper to install CME in a python virtualenv

#~ apt-get install -y libssl-dev libffi-dev python-dev build-essential
#~ git clone https://github.com/byt3bl33d3r/CrackMapExec
#- cd CrackMapExec && git submodule init && git submodule update --recursive
#~ python setup.py install

Debian/Ubuntu

It is highly reccomended to use virtualenvwrapper to install CME in a python virtualenv

  • 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
#~ git clone https://github.com/byt3bl33d3r/CrackMapExec
#- cd CrackMapExec && git submodule init && git submodule update --recursive
#~ python setup.py install

Arch Linux

It is highly reccomended to use virtualenvwrapper to install CME in a python virtualenv

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