封讯雷的另一种方法(转)
这是从网上发现的一个封讯雷的方法,大家不妨一试,原理是封资源搜索的关键字。代码如下:/ ip firewall filter
add chain=forward content="octet-stream" action=drop comment="NO thunder" disabled=no
add chain=forward content="Pragma: no-cache" action=drop comment="" disabled=no
add chain=forward content="Connection: close" action=drop comment="" disabled=no
add chain=forward content="Range: bytes=" action=drop comment="" disabled=no
add chain=forward content="Cookie: __utma=" action=drop comment="" disabled=no
add chain=forward content="filename=" action=drop comment="" disabled=no
add chain=forward content="Cookie rtime=" action=drop comment="" disabled=no
add chain=forward content="Content-Disposition: attachment;" action=drop comment="" disabled=no 但是ROS中“关键字过滤”做的不是很好,它不精确,可能会影响到其它的正常使用。 太泛泛了
页:
[1]