You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 chanceThe text was updated successfully, but these errors were encountered: