class

Wafalyzer::Waf::Yundun

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

Constants

PATTERN = Regex.union(/YUNDUN/i, /^yd.cookie=/i, /http(s)?.\/\/(www\.)?(\w+.)?yundun(.com)?/i, /<title>.403.forbidden:.access.is.denied.{0,2}<.{0,2}title>/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