This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Releases: byt3bl33d3r/CrackMapExec
Releases · byt3bl33d3r/CrackMapExec
CrackMapExec v3.1.4
- Implemented @mattifestation's AMSI bypass
- Bug Fixes
CrackMapExec v3.1.3
- 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 ofcrackmapexec
- Bug fixes
CrackMapExec v3.1.2
- 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
- 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
- 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
- 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
- Powersploit 3.0 support
- Get-GPPPasswords integration
- Bug fixes
CrackMapExec v2.1
- 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
- Complete re-write
- Logging overhaul
- Kerberos support
- Added Powershell obfuscation for AV bypass on Windows 10
- Lots of bugfixes
CrackMapExec v1.0.9
- Added support for serving PowerShell scripts, EXEs, DLLs, shellcode over HTTPS
- Some minor code cleanup