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
As brought to attention by @chrisdlf : Currently we are only capturing the peer_native_os attribute from the SMB_COM_SESSION_SETUP_ANDX response in the client.
As brought to attention by @chrisdlf : Currently we are only capturing the
peer_native_os
attribute from the SMB_COM_SESSION_SETUP_ANDX response in the client.https://github.com/rapid7/ruby_smb/blob/master/lib/ruby_smb/client/authentication.rb#L37 https://github.com/rapid7/ruby_smb/blob/master/lib/ruby_smb/client/authentication.rb#L79
In REX we additionally get the following attributes from SMB_COM_SESSION_SETUP_ANDX
also in REX we get these from the NTLM type 2 challenge blob:
https://github.com/rapid7/metasploit-framework/blob/master/lib/rex/proto/smb/client.rb#L901
https://github.com/rapid7/metasploit-framework/blob/master/lib/rex/proto/smb/client.rb#L561
We should be adding these additional useful attributes of information in the client.
The text was updated successfully, but these errors were encountered: