Class: Ronin::DB::CLI::Commands::OpenPorts Private
- Inherits:
-
ModelCommand
- Object
- Core::CLI::Command
- Ronin::DB::CLI::Command
- ModelCommand
- Ronin::DB::CLI::Commands::OpenPorts
- Defined in:
- lib/ronin/db/cli/commands/open_ports.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Manages all OpenPorts in the database.
Usage
ronin-db open-ports [options]
Options
--db NAME The database to connect to (Default: default)
--db-uri URI The database URI to connect to
--db-file PATH The sqlite3 database file to use
-v, --verbose Enables verbose output
--add VALUE Adds a value to the database
--import FILE Imports the values from the FILE into the database
--delete VALUE Deletes a value from the database
--delete-all Deletes all values from the database
-p, --with-port PORT Searches for all OpenPorts associated with the PORT number
-P, --with-protocol tcp|udp Searches for all OpenPorts associated with the protocol
-S, --with-service SERVICE Searches for all OpenPorts associated with the SERVICE
-I, --with-ip IP Searches for all OpenPorts associated with the IP
-h, --help Print help information
Constant Summary
Constants included from URIMethods
Instance Attribute Summary
Attributes inherited from ModelCommand
Method Summary
Methods inherited from ModelCommand
#db_connect, #initialize, #list, #load_model, #model, model_file, model_name, #print_record, #query, #run
Methods included from DatabaseOptions
#db_config, #db_connect, included
Methods included from URIMethods
#normalize_adapter, #normalize_sqlite3_path, #parse_uri
Constructor Details
This class inherits a constructor from Ronin::DB::CLI::ModelCommand