Class: CMSScan::Target

Inherits:
CMSScanner::Target
  • Object
show all
Defined in:
lib/cmsscan/target.rb

Overview

Custom Target Class

Instance Method Summary collapse

Instance Method Details

#vulnerable?Boolean

Method which should be defined. Used to set a specific exit code if the scan found issues See the CMSScanner/lib/cms_scanner/exit_code.rb

Returns:

  • (Boolean)


11
12
13
# File 'lib/cmsscan/target.rb', line 11

def vulnerable?
  false
end