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

Python Meterpreter method core_channel_eof resulted in error: #1 #502

Open
dwelch-r7 opened this issue Sep 2, 2021 · 2 comments
Open

Python Meterpreter method core_channel_eof resulted in error: #1 #502

dwelch-r7 opened this issue Sep 2, 2021 · 2 comments
Labels

Comments

@dwelch-r7
Copy link
Contributor

While running the python meterpreter in debug mode and getting a session a message reading [-] method core_channel_eof resulted in error: #1 would continuously print in the terminal, not sure why I'm happy to take a look when I get a chance

image

@dwelch-r7 dwelch-r7 added the bug label Sep 2, 2021
@timwr
Copy link
Contributor

timwr commented Dec 1, 2021

https://github.com/rapid7/metasploit-framework/blob/master/lib/rex/post/meterpreter/packet_dispatcher.rb#L253
I'm not sure if this is something we should bother fixing, as it appears to be expected behaviour.

@smcintyre-r7
Copy link
Contributor

Tim's right, as I understand it that's used as a sort of ping functionality to ensure the Meterpreter is still alive and responsive. When debugging the Python Meterpreter, it can be a little alarming. We could handle that case specifically, to avoid logging an error. In the future, there should probably be a dedicated ping command to avoid abusing this one.

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

No branches or pull requests

3 participants