class Ncrack::Command

Provides an interface for invoking the ‘ncrack` utility.

## Example

require 'ncrack'

Ncrack::Command.run(targets: %w[10.0.0.130:21 192.168.1.2:22], output_xml: 'ncrack.xml')

## ‘ncrack` options: