CrackMapExec Versions Save

A swiss army knife for pentesting networks

v3.1.4

7 years ago
  • Implemented @mattifestation's AMSI bypass
  • Bug Fixes

v3.1.3

7 years ago
  • New Mimikittenz (https://github.com/putterpanda/mimikittenz) module
  • Added the --fail-limit, --gfail-limit and --ufail-limit flags to limit failed login attempts per host, globally or per username respectively
  • The script can now be called using cme instead of crackmapexec
  • Bug fixes

3.1.2

7 years ago
  • Some minor code cleanup
  • Error handling improvements
  • Bug fixes in SMB brute forcing and SMB spider logic
  • Added support for importing Metasploit credentials
  • New enum_chrome, powerview and mem_scraper modules

v3.1

7 years ago
  • Refactored for portability/packaging and published to PyPi
  • Added proper error handling to deal with permission issues when starting the HTTP/HTTPS server

v3.0

8 years ago
  • Implemented payload module system
  • Credentials and hosts are now tracked in a database
  • HTTP/S server now tracks connections and shuts down automatically
  • Output now immediately displays if supplied credentials have admin rights
  • Lots of bugfixes, error handling, logging and code style improvements

v2.3

8 years ago
  • Added MSSQL support
  • Added flags to enumerate MSSQL DB instances
  • Added flags to enable/disable xp_cmdshell in MSSQL DBs
  • Added flag to execute commands via xp_cmdshell
  • Refactored logging for readability and parsing (might still need some work)
  • Targets are now accepted in Nmap style format
  • Fixed bug where issuing a WMI query when passing-the-hash would cause an error
  • Powershell process architecture is now auto selected based on payload
  • Added flag to force Powershell process architecture

v2.2

8 years ago
  • Powersploit 3.0 support
  • Get-GPPPasswords integration
  • Bug fixes

v2.1

8 years ago
  • PowerView integration
  • Added options for controlling Window services
  • Added options for limiting failed login attempts
  • Added option for specifying the HTTP/HTTPS server port
  • Bug fixes and output formatting fixes

v2.0

8 years ago
  • Complete re-write
  • Logging overhaul
  • Kerberos support
  • Added Powershell obfuscation for AV bypass on Windows 10
  • Lots of bugfixes

v1.0.9

8 years ago
  • Added support for serving PowerShell scripts, EXEs, DLLs, shellcode over HTTPS
  • Some minor code cleanup