class Wafalyzer::Waf::ModSecurity
- Wafalyzer::Waf::ModSecurity
- Wafalyzer::Waf
- Reference
- Object
Defined in:
wafalyzer/wafs/modsecurity.crConstant Summary
-
PATTERN =
Regex.union(/ModSecurity|NYOB/i, /mod_security/i, /this.error.was.generated.by.mod.security/i, /web.server at/i, /page.you.are.(accessing|trying)?.(to|is)?.(access)?.(is|to)?.(restricted)?/i, /blocked.by.mod.security/i)
Class Method Summary
Instance methods inherited from class Wafalyzer::Waf
clone
clone,
product : String
product,
to_json(json : JSON::Builder)
to_json,
to_s(io : IO) : Nil
to_s
Constructor methods inherited from class Wafalyzer::Waf
find(klass : Waf.class) : Waf
find,
new(product : String)new new