mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-05-02 21:32:41 +00:00
5e2bff8397
Signed-off-by: Xe Iaso <me@xeiaso.net>
18 lines
416 B
YAML
18 lines
416 B
YAML
bots:
|
|
- name: user-agent-ends-newline
|
|
# Subtle bug: this ends with a newline
|
|
user_agent_regex: >
|
|
Mozilla
|
|
action: CHALLENGE
|
|
- name: path-ends-newline
|
|
# Subtle bug: this ends with a newline
|
|
path_regex: >
|
|
^/evil/.*$
|
|
action: CHALLENGE
|
|
- name: headers-ends-newline
|
|
# Subtle bug: this ends with a newline
|
|
headers_regex:
|
|
CF-Worker: >
|
|
.*
|
|
action: CHALLENGE
|