Class Commands::Add
In: commands/modules/add.rb
Parent: Dispatchers::Namespace

This module uses the SoapDriver to add information to the knowledge base of the dradis server. Actions provided are:

host
add a new host
protocol
add a new IP protocol
service
add a new service for a host on a given port
category
add a new note category
note
add a new note to a specific host or service

Included Modules

SoapDriver

Constants

INFO = { :namespace => 'add', :description => 'add new information to the knowledge base of the server', :commands => { 'host' => { :desc => 'new host', :syntax => [ { :required => true, :label=>'host address', :regexp=> /\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/

[Validate]