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

Releases: byt3bl33d3r/CrackMapExec

CrackMapExec v3.1.4

09 Aug 01:11
Compare
Choose a tag to compare

CrackMapExec v3.1.3

02 Aug 21:35
Compare
Choose a tag to compare
  • 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

CrackMapExec v3.1.2

21 Jul 11:46
Compare
Choose a tag to compare
  • 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

CrackMapExec v3.1

04 Jun 07:55
Compare
Choose a tag to compare
  • Refactored for portability/packaging and published to PyPi
  • Added proper error handling to deal with permission issues when starting the HTTP/HTTPS server

CrackMapExec v3.0

04 Apr 04:50
Compare
Choose a tag to compare
  • 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

CrackMapExec v2.3

17 Jan 19:34
Compare
Choose a tag to compare
  • 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

CrackMapExec v2.2

20 Dec 07:22
Compare
Choose a tag to compare
  • Powersploit 3.0 support
  • Get-GPPPasswords integration
  • Bug fixes

CrackMapExec v2.1

22 Nov 21:07
Compare
Choose a tag to compare
  • 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

CrackMapExec v2.0

19 Nov 03:02
Compare
Choose a tag to compare
  • Complete re-write
  • Logging overhaul
  • Kerberos support
  • Added Powershell obfuscation for AV bypass on Windows 10
  • Lots of bugfixes

CrackMapExec v1.0.9

16 Oct 22:15
Compare
Choose a tag to compare
  • Added support for serving PowerShell scripts, EXEs, DLLs, shellcode over HTTPS
  • Some minor code cleanup