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

Create streamed tty #11

Open
lawndoc opened this issue Jul 29, 2021 · 2 comments
Open

Create streamed tty #11

lawndoc opened this issue Jul 29, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lawndoc
Copy link
Owner

lawndoc commented Jul 29, 2021

Right now the reverse shell is limited and can't do things like tmux, vim, or even tab completion. I want to figure out a way to get an SSH-like session with colors and full TTY.

@lawndoc lawndoc self-assigned this Jul 29, 2021
@lawndoc lawndoc added the enhancement New feature or request label Jul 29, 2021
@lawndoc
Copy link
Owner Author

lawndoc commented Apr 18, 2022

Not sure if this is exactly what I want, but there are some improvements that I had in mind that I could implement as part of this. One is to send the buffer when control characters are input, such as tab, backspace, delete, home, end, and the arrow keys. This would make it so I'm actually able to actually use the mapped keys of the shell I'm connected to.

Doing this would make me need to change or remove the way I'm having the code keep track of what command was run, but that shouldn't be too hard. I might just need an extra variable that doesn't flush until it sees a \n character.

@lawndoc
Copy link
Owner Author

lawndoc commented Aug 2, 2024

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

1 participant