php腳本中的 fsockopen 函數(shù),對(duì)外部地址,通過(guò)UDP發(fā)送大量的數(shù)據(jù)包,攻擊對(duì)方。 應(yīng)對(duì) 可通過(guò) php.ini ,禁用 fsockopen 函數(shù),及使用Windows 2003的 安全策略 屏蔽本機(jī)的UDP端口。 禁用函數(shù) 查找到 disable_functions ,添加需禁用的函數(shù)名,如下例: passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_o...
www.dbjr.com.cn/article/288...htm 2025-5-26