Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设置一个重写规则来查找-d+查询字符串和其他常见漏洞利用尝试1 2中的内容。
-d+
我[F]用来禁止尝试,但我想记录一条消息,如“IP 1.2.3.4 尝试 -d+ hack”。
[F]
这可能吗?
只需重写为您记录尝试的脚本
RewriteRule ^exploit-attempt... /logger.php?exploit=dplus