Module HostMap
In: lib/ui/base.rb
lib/ui/cli/console.rb
lib/logging.rb
lib/utils.test.rb
lib/core.rb
lib/discovery/host.rb
lib/discovery/host.test.rb
lib/utils.rb
lib/options.rb
lib/plugin_manager.rb
lib/exceptions.rb
lib/constants.rb

Classes and Modules

Module HostMap::Discovery
Module HostMap::Exception
Module HostMap::Managers
Module HostMap::Ui
Module HostMap::Utils
Class HostMap::Engine
Class HostMap::HMLogger
Class HostMap::MyLogger
Class HostMap::Options

Constants

LICENSE = "GPLv3"
MAJOR = 0   Versioning information
MINOR = 2.1
RELEASE = ""
VERSION = "#{MAJOR}.#{MINOR}#{RELEASE}"
CODENAME = "fissatina"
ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))   Paths
CONFFILENAME = 'hostmap.conf'
CONFFILE = ROOT + File::SEPARATOR + CONFFILENAME
PLUGINDIRNAME = 'discovery'
PLUGINDIR = ROOT + File::SEPARATOR + PLUGINDIRNAME
DICTIONARYDIRNAME = 'dictionaries'
DICTDIR = ROOT + File::SEPARATOR + DICTIONARYDIRNAME
HOSTLISTLITE = 'hostnames-lite.txt'
DICTLITE = DICTDIR + File::SEPARATOR + HOSTLISTLITE
HOSTLISTCUSTOM = 'hostnames-custom.txt'
DICTCUSTOM = DICTDIR + File::SEPARATOR + HOSTLISTCUSTOM
HOSTLISTFULL = 'hostnames-full.txt'
DICTFULL = DICTDIR + File::SEPARATOR + HOSTLISTFULL
LIBDIR = ROOT + File::SEPARATOR + 'lib'
MTLDFILE = LIBDIR + File::SEPARATOR + 'mtld.txt'
TLDFILE = ROOT + File::SEPARATOR + 'discovery' + File::SEPARATOR + 'dns' + File::SEPARATOR + 'tld.txt'

[Validate]