Class: Xezat::Detector::Waf

Inherits:
Object
  • Object
show all
Defined in:
lib/xezat/detector/waf.rb

Instance Method Summary collapse

Instance Method Details

#detect(variables) ⇒ Object



4
5
6
# File 'lib/xezat/detector/waf.rb', line 4

def detect(variables)
  variables.key?(:_waf_CYGCLASS_)
end