SafeLine icon indicating copy to clipboard operation
SafeLine copied to clipboard

[建议] 目录遍历扫描封禁 / 检测大量 404 请求时封禁

Open learn0208 opened this issue 1 year ago • 9 comments

背景与遇到的问题

网站指定path下遇到高频次目录遍历,导致许多的异常状态码出现,可及时对来源请求进行封禁

建议的解决方案

新增规则配置,在指定时间内某个特定uri的状态码达到指定频次后,做阻断处理

  1. url:文本框
  2. url匹配方式:精准/正则匹配
  3. 状态码: int类型。例:404/405/500等
  4. 频次: int类型
  5. 操作方式: 阻断/告警/other

learn0208 avatar Nov 01 '23 09:11 learn0208