This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Releases: byt3bl33d3r/CrackMapExec
Releases · byt3bl33d3r/CrackMapExec
CrackMapExec v1.0.8
- Added file content searching support when spidering shares
- Added regex support when share spidering
- Added option to exclude directories from spidering
- Fixed logic bug when enumerating share access
CrackMapExec v1.0.7
- Consolidated Meterpreter injection commands
- Added option to force Powershell code/commands to run in a 32bit process
CrackMapExec v1.0.6
- Added option to directly inject Meterpreter into memory using Invoke-Shellcode
- Added option to enumerate password policies
- Added option to enumerate disks
- Added option to enumerate users by bruteforcing RID's
- Added option to read UAC settings
- Fixed null session support
CrackMapExec v1.0.5
- You can now specify a comma separated list of usernames,passwords, NTLM hashes or files containing them with the -u, -p and -H arguments
- Re-implemented the -C (combo file) option for concurrency, additionally can now support entries in username:password format
CrackMapExec v1.0.4
- Added an option to specify a combo file containing domain\user:pass or domain\user:hash entries
- Fixed a bug that would cause a traceback when using a hash but no plain-text password
- Some output and code style tweaks
CrackMapExec v1.0.3
- Added an option to execute custom commands with Invoke-Mimikatz
- Replaced Powersploits Invoke-Mimikatz with Empire's
- Each successful login will now print a status line (Useful if you just want credential validation)
CrackMapExec v1.0.2
- Bug fix
CrackMapExec v1.0.1
- Bug Fixes
CrackMapExec v1.0.0
- First stable release
- Added options to inject Shellcode/EXE/DLL using powersploit scripts