class Nikto::Command
Provides an interface for invoking the ‘nikto` utility.
## Example
require 'nikto/command' Nikto::Command.run(host: 'example.com', output: 'nikto.xml')
## ‘nikto` options:
-
‘-Cgidirs` - `nikto.cgi_dirs`
-
‘-config` - `nikto.config`
-
‘-dbcheck` - `nikto.dbcheck`
-
‘-Display` - `nikto.display`
-
‘-evasion` - `nikto.evasion`
-
‘-findonly` - `nikto.find_only`
-
‘-Format` - `nikto.format`
-
‘-host` - `nikto.host`
-
‘-Help` - `nikto.help`
-
‘-id` - `nikto.id`
-
‘-list-plugins` - `nikto.list_plugins`
-
‘-mutate` - `nikto.mutate`
-
‘-mutate-options` - `nikto.mutate_options`
-
‘-nolookup` - `nikto.no_lookup`
-
‘-nossl` - `nikto.no_ssl`
-
‘-no404` - `nikto.no_404`
-
‘-output` - `nikto.output`
-
‘-plugins` - `nikto.plugins`
-
‘-port` - `nikto.port`
-
‘-Pause` - `nikto.pause`
-
‘-root` - `nikto.root`
-
‘-ssl` - `nikto.ssl`
-
‘-Single` - `nikto.single`
-
‘-timeout` - `nikto.timeout`
-
‘-Tuning` - `nikto.tuning`
-
‘-useproxy` - `nikto.use_proxy`
-
‘-update` - `nikto.update`
-
‘-Version` - `nikto.version`
-
‘-vhost` - `nikto.vhost`