iptable 规则丢弃有效负载中具有特定子字符串的数据包
我正在尝试编写规则来丢弃任何数据包,无论它是传出、传入还是转发,这些数据包在 TCP 或 UDP 负载中具有特定的子字符串。
我该怎么做呢?
I am trying to write rules to drop any packet, irrespective if it is outgoing, incoming or being forwarded, which has a specific sub string in the TCP or UDP payload.
How am I suppose to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要一个启用了 Netfilter“字符串匹配支持”的内核。
然后你可以
检查结果
You'd need a kernel compiled with Netfilter "String match support" enabled.
Then you can
Check the result wth