This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
CrackMapExec v5.1.0dev - 3TH@n
Introducing CME doc on Gitbook: https://mpgn.gitbook.io/crackmapexec/
💫 Features 💫
- Add module
spider_plus
to list and dump all files from all readable shares thanks to @vincd - Add LDAP protocol to CME
- Add Kerberoasting support to CME using the flag
--kerberoasting
- Add ASREPRoasting support to CME using the flag
--asreproasting
- Add
--admin-count
option to list all users in the domain with property AdminCount=1 thanks to @ropnop talk - CME can list computers and users with unconstrained delegation enabled using the option
--trusted-for-delegation
thanks to @ropnop talk - Add an option to SSH protocol supporting connection using private key thanks to @alxbl
- Add the option --continue-on-success to the SSH protocol
- Add new color when the status code of SMB is different from NT_STATUS_LOGON_FAILURE
- WinRM protocol support authentication using NTLM hash -H
🔧 Issues 🔧
- Fix authentication error on SSH protocol thanks to @IppSec report
- Fix authentication error using --shares options thanks to @IppSec report
- Improve WinRM output when authentication failed
- Decrease WinRM timeout thanks to @IppSec report
- Improve WinRM output when SMB port is open
- Fix issue with SMB signing required using the flag
--continue-on-success
- Fix issue when using a file as username and a file as hosts
cme smb <file> -u <file> -p <file>
- Fix debug output when using the
--verbose
flag on--pass-poll
option