class

Wafalyzer::Waf::Anyu

Inherits Wafalyzer::Waf / Wafalyzer::Waf::DSL / Wafalyzer::Waf::Matcher / Reference / Object

Constants

PATTERN = Regex.union(/sorry.{1,2}your.access.has.been.intercept(ed)?.by.anyu/i, /anyu/i, /anyu-?.the.green.channel/i)

Class methods

instance
Source
instance?
Source

Instance methods

matches?(response : HTTP::Client::Response) : Bool

Returns true if given response matches defined assertions, false otherwise.

Source