网站建设 APP开发 小程序开发
KNOWLEDGE/知识
分享你我感悟
您当前位置> 首页 > 知识 > 其它
发表时间:2026-05-19 11:09:25
文章作者:小编
浏览次数:
yum install ngrep ngrep -d any -W byline "Host:" port 80 tcpdump -i eth0 -A -s0 port 80 | grep -E "Host:|User-Agent:"
以上是查服务器上被访问的站点,如果有攻击的话 会显示在上面。