歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux綜合 >> Linux資訊 >> 更多Linux

如何以iptables處理code red問題

  要有 ipt_string.o 才可以.   用 iptables 中的 make patch-o-matic 做一個出來, 然後重新做一個 kernel.     # Code Red   iptables -A FORWARD -p tcp --dport 80 -m string   --string "/default.ida" -m state --state ESTABLISHED   -j REJECT --reject-with tcp-reset     改用 -j DROP 也可以. 如果要留 log, 也可以用 -j LOG.   其它的 cmd.exe, root.exe 也都可以如此處理.




Copyright © Linux教程網 All Rights Reserved