Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for NetrLogonSamLogon #95

Open
jbakermk opened this issue Nov 23, 2017 · 1 comment
Open

Support for NetrLogonSamLogon #95

jbakermk opened this issue Nov 23, 2017 · 1 comment

Comments

@jbakermk
Copy link

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

@bli-r7
Copy link
Contributor

bli-r7 commented Nov 23, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants