zweilosec / zweilosec.github.io

My Hack the Box and OSCP notes, online!
https://zweilosec.github.io/
MIT License
9 stars 2 forks source link

Upgrade a linux reverse shell to a fully usable TTY shell | Hacker's Rest #3

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Upgrade a linux reverse shell to a fully usable TTY shell | Hacker's Rest

How to upgrade a linux reverse shell to a fully usable TTY shell

https://zweilosec.github.io/posts/upgrade-linux-shell/

zweilosec commented 3 years ago

If you have any other examples of methods of upgrading Linux reverse shells, or have any other fun or useful tips or tricks, feel free to post them here!

OreoByte commented 2 years ago

Create a Stable TTY with the script command is missing when python is not installed

script -q /dev/null -c /bin/bash
LevitatingBusinessMan commented 1 year ago

Best guide I have seen on this so far.