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
Does this project have any support for [NetrLogonSamLogon](// https://msdn.microsoft.com/en-us/library/cc237251.aspx)? If not, where would I start in implementing it? I'm trying to build something to parse an NTLMv2 token sent by a browser. (I Know other solutions exist, but this is an interesting exercise around SMBv2)
thanks
The text was updated successfully, but these errors were encountered:
@jbakermk We don't currently have support for MS-NRPC. You would need to start by adding the transport binding to dcerpc.transport.SMBTransportFactories and an MSNRPC interface to dcerpc.Interface. (see https://msdn.microsoft.com/en-us/library/cc237036.aspx)
Then you can add your implementations in a dcerpc.msnrpc package. You could check the other packages for code examples. Feel free to fork this repo and post a PR.
Hello,
Does this project have any support for [NetrLogonSamLogon](// https://msdn.microsoft.com/en-us/library/cc237251.aspx)? If not, where would I start in implementing it? I'm trying to build something to parse an NTLMv2 token sent by a browser. (I Know other solutions exist, but this is an interesting exercise around SMBv2)
thanks
The text was updated successfully, but these errors were encountered: