# - Ruleset tiki -
# Do NOT edit this file as it is generated every time the module starts
# and provides the 'ruleset-tiki' function
#
ruleset-tiki() {
local funtag="[${FUNCNAME[0]}]"
: FILTER_STATE=Initial
: FILTER_DATE=2025-12-12T09:42:55+01:00
WEB_CLASS="Burglar"
RULE=Illegal-register
Pattern='GET /tiki-register.php'
if [[ "$REPLY" =~ "$Pattern" ]]; then inject; return $?; fi
WEB_CLASS="Trialballoon"
RULE=Illegal-Trial
Pattern='GET /wp-login.php'
if [[ "$REPLY" =~ "$Pattern" ]]; then inject; return $?; fi

RULE=NO_RULESET_MATCH-$funtag
return 0
}
