Method: Wpxf::Module#check

Defined in:
lib/wpxf/core/module.rb

#checkSymbol

Check if the target is vulnerable.

Returns:

  • (Symbol)

    :unknown, :vulnerable or :safe.



114
115
116
# File 'lib/wpxf/core/module.rb', line 114

def check
  :unknown
end