You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been left open with no activity for a while now.
We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here.
If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request.
Steps to reproduce
With
verbose=true
and kerberos auth the secrets dump module outputs:The logic for the salt calculation is here:
As 'default_name' and 'domain' are nil
It looks like this information is only set via ntlm auth:
https://github.com/rapid7/ruby_smb/blob/70973b06e726aba753d598b66b39263cb9020037/lib/ruby_smb/peer_info.rb#L6-L22
We'll want to update
lib/msf/core/exploit/remote/smb/client/kerberos_authentication.rb
to set these values if possibleThe text was updated successfully, but these errors were encountered: