class

Wafalyzer::Waf::ASPNet

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

Constants

PATTERN = Regex.union(/this.generic.403.error.means.that.the.authenticated/i, /request.could.not.be.understood/i, /<.+>a.potentially.dangerous.request(?:.querystring)?.+/i, /runtime.error/i, /.>a.potentially.dangerous.request.path.value.was.detected.from.the.client+/i, /asp.net.sessionid/i, /errordocument.to.handle.the.request/i, /an.application.error.occurred.on.the.server/i, /error.log.record.number/i, /error.page.might.contain.sensitive.information/i, /<.+>server.error.in.'\/'.application.+/i, /\basp.net\b/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