大家都知道网众客户端会不定时的向服务请求数据验证,因为我们是盗版的,所以验证失败,客户机会自动注销..
脚本使用很简单。先把脚本复制到ROS里面执行 im wzkill 就OK了。。简单不?呵呵。。。。。
# aug/06/2008 17:49:04 by RouterOS 2.9.27
#
/ ip firewall filter
add chain=Virus protocol=tcp dst-port=1688 action=drop comment="" disabled=no
add chain=forward content=reg.netzonesoft.com action=log log-prefix=""
comment="drop reg.netzonesoft.com" disabled=no
add chain=forward content=reg.netzonesoft.com action=drop comment="drop
reg.netzonesoft.com" disabled=no
add chain=forward content=www.netzonesoft.com action=log log-prefix=""
comment="drop www.netzonesoft.com" disabled=no
add chain=forward content=www.netzonesoft.com action=drop comment="drop
www.netzonesoft.com" disabled=no
add chain=forward content=www.wz58.com action=drop comment="drop www.wz58.com"
disabled=no
add chain=forward content=wzworld.net action=drop comment="wzworld.net"
disabled=no
add chain=forward src-address=58.246.23.194 action=drop comment="drop
netzonesoft" disabled=no
add chain=forward dst-address=58.246.23.194 action=log log-prefix=""
comment="drop netzonesoft" disabled=no
add chain=forward dst-address=58.246.23.194 action=drop comment="drop
netzonesoft" disabled=no
add chain=forward src-address=60.63.241.253 action=drop comment="drop
netzonesoft" disabled=no
add chain=forward dst-address=60.63.241.253 action=drop comment="drop
netzonesoft" disabled=no
add chain=forward src-address=60.63.246.96 action=drop comment="drop
netzonesoft" disabled=no
add chain=forward dst-address=60.63.246.96 action=drop comment="drop
netzonesoft" disabled=no
∨ 展开