Module: ScanDB

Defined in:
lib/scandb/scandb.rb,
lib/scandb/host.rb,
lib/scandb/nmap.rb,
lib/scandb/port.rb,
lib/scandb/model.rb,
lib/scandb/config.rb,
lib/scandb/runner.rb,
lib/scandb/service.rb,
lib/scandb/version.rb,
lib/scandb/database.rb,
lib/scandb/os_class.rb,
lib/scandb/os_match.rb,
lib/scandb/host_name.rb,
lib/scandb/persistence.rb,
lib/scandb/scanned_port.rb,
lib/scandb/os_class_guess.rb,
lib/scandb/os_match_guess.rb,
lib/scandb/exceptions/invalid_database_config.rb

Overview

– ScanDB - A library for importing and analyzing information generated by various network scanning utilities.

Copyright © 2008 Hal Brodigan (postmodern.mod3 at gmail.com)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++

Defined Under Namespace

Modules: Config, Database, Model, Nmap, Runner Classes: Host, HostName, InvalidDatabaseConfig, OSClass, OSClassGuess, OSMatch, OSMatchGuess, Port, ScannedPort, Service

Constant Summary collapse

VERSION =

ScanDB version

'0.1.3'