Home

Awesome

socat-shell

When you get a shell on a linux server you get a really limited level of interactivity. You can use socat to establish a fully interactive shell which allows:

In order to get this goodness you need to:

The victim must either have "socat" installed, or both "gcc" and "make" so that compilation is possible.

Your listener server must have "socat" installed (by default on Kali).

Upload the socat.tar file to your victim, and use your existing shell access to extract that. By executing "socat-shell.sh" you will achieve the following:

Dislaimer

For research purposes only, do not use this on any target which you do not have permission to do so.