[GH-ISSUE #270] Remote Shell Issue #129

Closed
opened 2026-02-27 15:48:57 +03:00 by kerem · 2 comments
Owner

Originally created by @yankejustin on GitHub (Jun 20, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/270

Problem

The Remote Shell error output is currently not functioning. I am receiving the standard output contents of the Remote Shell and it is correctly being used by the server, but for some reason the error output is not seen on the Remote Shell.

Notes

Since the standard output is being sent and correctly used by the server, it is likely an issue with the client's way of gathering the error output stream. It is likely from a change after I re-wrote some of it, because it functioned after my changes. It could also (unlikely) be in the way the server handles the response of the message. I would assume it is the client since the server still receives and uses the standard output of the client's shell.

Additional Information

1. System

  • Windows 7 (64-bit)

2. Client

  • Default settings except for administrator privileges (enabled) and keylogger (enabled)

3. Server

  • Built on RELEASE mode
Originally created by @yankejustin on GitHub (Jun 20, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/270 <h1>Problem</h1> The Remote Shell error output is currently not functioning. I am receiving the standard output contents of the Remote Shell and it is correctly being used by the server, but for some reason the error output is not seen on the Remote Shell. <h1>Notes</h1> Since the standard output is being sent and correctly used by the server, it is likely an issue with the client's way of gathering the error output stream. It is likely from a change after I re-wrote some of it, because it functioned after my changes. It could also (unlikely) be in the way the server handles the response of the message. I would assume it is the client since the server still receives and uses the standard output of the client's shell. <h1>Additional Information</h1> <b>1. System</b> - Windows 7 (64-bit) <b>2. Client</b> - Default settings except for administrator privileges (enabled) and keylogger (enabled) <b>3. Server</b> - Built on <code>RELEASE</code> mode
kerem 2026-02-27 15:48:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MaxXor commented on GitHub (Jun 20, 2015):

Fixed redirecting of error output.

Working fine now. :)
RemoteShell stderror

<!-- gh-comment-id:113790598 --> @MaxXor commented on GitHub (Jun 20, 2015): Fixed redirecting of error output. Working fine now. :) ![RemoteShell stderror](https://i.imgur.com/Jg6SEGO.png)
Author
Owner

@yankejustin commented on GitHub (Jun 20, 2015):

Great. Thank you! :)

<!-- gh-comment-id:113792999 --> @yankejustin commented on GitHub (Jun 20, 2015): Great. Thank you! :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#129
No description provided.