mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-12 03:28:45 +00:00
22 lines
393 B
JSON
22 lines
393 B
JSON
{
|
|
"bots": [
|
|
{
|
|
"name": "user-agent-ends-newline",
|
|
"user_agent_regex": "Mozilla\n",
|
|
"action": "CHALLENGE"
|
|
},
|
|
{
|
|
"name": "path-ends-newline",
|
|
"path_regex": "^/evil/.*$\n",
|
|
"action": "CHALLENGE"
|
|
},
|
|
{
|
|
"name": "headers-ends-newline",
|
|
"headers_regex": {
|
|
"CF-Worker": ".*\n"
|
|
},
|
|
"action": "CHALLENGE"
|
|
}
|
|
]
|
|
}
|