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

stdapi/sys/registry calls send_packet instead of send_request #5852

Closed
Meatballs1 opened this issue Aug 15, 2015 · 3 comments
Closed

stdapi/sys/registry calls send_packet instead of send_request #5852

Meatballs1 opened this issue Aug 15, 2015 · 3 comments

Comments

@Meatballs1
Copy link
Contributor

The Registry.close_key calls client.send_packet(request) instead of client.send_request(request).

This appears to be incorrect as only a very few places call send_packet directly...

@bcook-r7 @OJ is this at all related to the hanging handles you were seeing with registry in meterpreter?

@Meatballs1
Copy link
Contributor Author

The other places that do a close (e.g. process/thread/channel) do a send_request(request, nil) at least. There's not much practical difference at present but I think both are causing problems at present.

@Meatballs1
Copy link
Contributor Author

#5851

@bcook-r7
Copy link
Contributor

Fixed a while back.

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

No branches or pull requests

2 participants