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').
- VERSION =
'1.0'
Class Method Summary collapse
-
.app_name ⇒ String
Override, otherwise it would be returned as ‘cms_scan’ doesn’t really matter in this example.
Class Method Details
.app_name ⇒ String
Override, otherwise it would be returned as ‘cms_scan’ doesn’t really matter in this example.
32 33 34 |
# File 'lib/cmsscan.rb', line 32 def self.app_name 'cmsscan' end |