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

Logging Capability #10

Closed
felixguerrero12 opened this issue Mar 24, 2019 · 2 comments
Closed

Logging Capability #10

felixguerrero12 opened this issue Mar 24, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@felixguerrero12
Copy link

felixguerrero12 commented Mar 24, 2019

Description

Adding logging capability to command sent, received, and both.

Reproduce

  1. go run platypus.go
  2. Run 0.0.0.0 8080
    ...

Expected behavior

Log commands and its output sent to the client for each specific session folder using hashes/codenames. Add "old_session_list" command to provide the possibility to view previous sessions. Use severity levels to manage your Golang logs volume by separating them into three categories - command sent, output received, and the combination of both.

Current behavior

No logging.

Screenshots/Terminal log

Environments

  • Standard
@WangYihang WangYihang added the enhancement New feature or request label Mar 27, 2019
@WangYihang WangYihang self-assigned this Mar 27, 2019
@WangYihang
Copy link
Owner

@felixguerrero12 Could you please to elaborate the the combination of both.

the data that hacker sent to the puppet will be rendered in one color, the reply of the puppet will be rendered in a different color.
I am confused about the the combination of both

Am I right...?

@felixguerrero12
Copy link
Author

I was hoping for the possibility of adding three different logging capability:

  1. What commands was sent by the operator with a timestamp.
  2. The output of the command by the operator with a timestamp.
  3. The combination of both the STDIN and STDOUT.

in_ md5hash.log, out_ md5hash.log, combine_ md5hash.log

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

No branches or pull requests

2 participants