Class Commands::Del
In: commands/modules/del.rb
Parent: Dispatchers::Namespace

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

host
remove a new host
protocol
remove a new IP protocol
service
remove a new service for a host on a given port
category
remove a new note category

Included Modules

SoapDriver

Constants

INFO = { :namespace => 'del', :description => 'remove information from the server knowledge base', :commands => { 'host' => { :desc => 'new host', :syntax => [ { :required => true, :label=>'host_id', :regexp=> /\d/

[Validate]