是否可以根据RewriteRule编写日志字符串?

时间:2013-06-26 09:00:33

标签: mod-rewrite

我正在设置重写规则,以便在查询字符串和其他常见漏洞利用尝试1 2中查找-d+之类的内容。

我正在使用[F]导致禁止尝试,但我想记录一条消息,例如“IP 1.2.3.4 attempts -d + hack”。

这可能吗?

1 个答案:

答案 0 :(得分:1)

只需重写一个记录您尝试的脚本

RewriteRule ^exploit-attempt... /logger.php?exploit=dplus