# - 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=2023-09-27T12:24:48+0200 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 }