# NTLM authentication
# Using password
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <PASSWORD> --authproto ntlm-password
# Using hex encoded password, useful if it contains annoying characters
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <HEX(PASSWORD)> --authproto ntlm-password --hex
# Same with base64
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <B64(PASSWORD)> --authproto ntlm-password --b64
# Using hash
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <NT_HASH> --authproto ntlm-nt
# Kerberos authentication
# Using password
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <PASSWORD> --authproto kerberos-password --dc dc.domain.local
# Using hash
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <NT_HASH> --authproto kerberos-rc4 --dc dc.domain.local
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <AES_HASH> --authproto kerberos-aes128 --dc dc.domain.local
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <AES_HASH> --authproto kerberos-aes256 --dc dc.domain.local
# Using ccache
ldapcheckr -d domain.local -u user -t 1.2.3.4 -s <CCACHE_FILEPATH> --authproto kerberos-ccache --dc dc.domain.local
-
Notifications
You must be signed in to change notification settings - Fork 3
Clayno/ldapcheckr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published