Module: CMSScan

Includes:
CMSScanner
Defined in:
lib/cmsscan.rb,
lib/cmsscan/target.rb,
lib/cmsscan/version.rb,
lib/cmsscan/controller.rb,
app/controllers/example.rb

Overview

CMSScan

Defined Under Namespace

Modules: Controller Classes: Target

Constant Summary collapse

APP_DIR =
Pathname.new(__FILE__).dirname.join('..', 'app').expand_path
VERSION =
'1.0'

Class Method Summary collapse

Class Method Details

.app_nameString

Override, otherwise it would be returned as ‘cms_scan’ doesn’t really matter in this example.

Returns:

  • (String)


32
33
34
# File 'lib/cmsscan.rb', line 32

def self.app_name
  'cmsscan'
end