Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Using Credentials, NULL Sessions, PtH Attacks

byt3bl33d3r edited this page Apr 26, 2017 · 5 revisions

Passing-the-Hash

CME supports authenticating via SMB using Passing-The-Hash attacks with the -H flag:

crackmapexec smb <target(s)> -u username -H LMHASH:NTHASH
crackmapexec smb <target(s)> -u username -H NTHASH

NULL Sessions

You can log in with a null session by using '' as the username and/or password

Examples:

crackmapexec smb <target(s)> -u '' -p ''