MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _handleNegotiateResponse_SMB2

Method _handleNegotiateResponse_SMB2

pager_lib/smb/base.py:357–360  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

355
356
357 def _handleNegotiateResponse_SMB2(self, message):
358 ntlm_data = ntlm.generateNegotiateMessage()
359 blob = securityblob.generateNegotiateSecurityBlob(ntlm_data)
360 self._sendSMBMessage(SMB2Message(SMB2SessionSetupRequest(blob)))
361
362
363 def _handleSessionChallenge_SMB2(self, message, ntlm_token):

Callers

nothing calls this directly

Calls 2

SMB2MessageClass · 0.85

Tested by

no test coverage detected