执行fwsnort.sh 发现iptables不支持两个hex-string
执行fwsnort.sh 发现iptables不支持两个hex-string
[root@localhost fwsnort]# iptables -A FWSNORT_INPUT -p udp --sport 53 -m string --hex-string "|81800001000100000000|" --algo bm -m string --hex-string "|C00C00010001000000|<|0004|" --algo bm -m comment --comment "sid:254; msgNS SPOOF query response with TTL of 1 min. and no authority; classtype:bad-unknown; rev:4; FWS:1.1;" -j LOG --log-ip-options --log-prefix "[94] SID254 "
iptables v1.3.5: Unknown arg `|C00C00010001000000|<|0004|'
Try `iptables -h' or 'iptables --help' for more information.
[root@localhost fwsnort]# iptables -A FWSNORT_INPUT -p udp --sport 53 -m string --hex-string "|81800001000100000000|" --algo bm -m comment --comment "sid:254; msgNS SPOOF query response with TTL of 1 min. and no authority; classtype:bad-unknown; rev:4; FWS:1.1;" -j LOG --log-ip-options --log-prefix "[94] SID254 "
如果只用了一个hex-string是可以的。
是否要重新编译一下内核让iptables支持多个hex-string呢 ?
有遇到这种情况的吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论