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
Adding logging capability to command sent, received, and both.
Reproduce
go run platypus.go
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.
@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
Description
Reproduce
go run platypus.go
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
The text was updated successfully, but these errors were encountered: