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

Bug in RPC capture server #9

Open
antonioCoco opened this issue Feb 1, 2022 · 0 comments
Open

Bug in RPC capture server #9

antonioCoco opened this issue Feb 1, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@antonioCoco
Copy link
Owner

The RPC capture server in charge to grab the ntlmv2 response is using the hardcoded value 268 to hold the data. While there are no particular bugs found on the tested windows, it could have some bugs for win11 and server 2022.
The allocation should be dynamically managed with a malloc() call instead of using a local array with fixed size --> https://github.com/antonioCoco/RemotePotato0/blob/main/RPCCaptureServer.cpp#L168

@antonioCoco antonioCoco added enhancement New feature or request bug Something isn't working labels Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant