class

Wafalyzer::Waf::AlertLogic

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

Constants

PATTERNS = {/.>requested.url.cannot.be.found<./i, /proceed.to.homepage/i, /back.to.previous.page/i, /we(?:'re|.are)?sorry.{1,2}but.the.page.you.are.looking.for.cannot/i, /reference.id.?/i, /page.has.either.been.removed.{1,2}renamed/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