Linux

Using tmux for automating interactive reverse shells

Using tmux for automating interactive reverse shells

I’ve recently read a great post about using the “expect” command line utility for automating the process of converting a non-interactive reverse shell to a fully interactive TTY, which means that by doing that, it’s possible to use features like tab completion, history navigation, clear the screen and, among others, being able to hit Ctrl-c without losing your access, which makes me really happy.

Read more
Change Linux hostname [Ubuntu]

Change Linux hostname [Ubuntu]

I think everyone has already installed a virtual machine or hired a Cloud and come across the default name in the machine’s Hostname, generally it is the OS used.

Read more