• Stars
    star
    150
  • Rank 247,323 (Top 5 %)
  • Language
    PowerShell
  • Created over 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

For all your network pentesting needs
    ____ ____ ____ ____ _  _     _  _ ____ ___      ____ _  _ ___ ____ ____ _  _ ____ 
    |    |__/ |__| |    |_/      |\/| |__| |__]     |___  \/   |  |__/ |___ |\/| |___ 
    |___ |  \ |  | |___ | \_     |  | |  | |        |___ _/\_  |  |  \ |___ |  | |___ 
		                                  			    
                            CrackMapExec - eXtreme edition                

Check the new (and in progress) cmx documentation site! C M X


CrackMapExtreme

Firstly, of course, major props to the one and only @byt3bl33d3r for creating the original CME.

Second, wowz omg to the guys over at SecureAuthCorp for impacket. Notably asolino and dirkjanm

Kali Quickstart
apt install pipenv
cd /opt
git clone https://github.com/awsmhacks/CrackMapExtreme 
cd /opt/CrackMapExtreme  
pipenv --three               #ignore any errors and continue
pipenv shell  
pip install -r requirements.txt 
python setup.py -q install 
cmx

This started off as a python3 update to CrackMapExec.
Same cme feels, just a bit different under-the-hood.