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

Implement the NegotiateEncryptedMessage message in the MS-WSMV protocol document 2.2.9.1.1 #130

Open
Luoooio opened this issue Feb 11, 2023 · 1 comment

Comments

@Luoooio
Copy link

Luoooio commented Feb 11, 2023

Implement the NegotiateEncryptedMessage message in the MS-WSMV protocol document 2.2.9.1.1, which is the method of encrypting an HTTP connection on the default 5985 port, and you can refer to pywinrm's implementation at https://github.com/diyan/pywinrm/blob/master/winrm/encryption.py. The protocol document can be downloaded from https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/055dc36b-db2a-41ae-a47b-82cbfa0b4a92.

Thank you for your code library, it has been a great help to me, but not having the implementation of the message is frustrating, and I look forward to your future updates.

@CalypsoSys
Copy link
Contributor

I have a PR in to implement this in this repo but this seems to be not very active

you could use https://github.com/CalypsoSys/bobwinrm

see https://github.com/CalypsoSys/bobwinrmntlm for usage

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