class Nmapr::Scanner

A scanner class to take care of a generic nmap scan.

Public Class Methods

new() click to toggle source
# File lib/nmapr/scanner.rb, line 25
def initialize
  @targets     = []
  @not_targets = []
  @ports       = []
  @arguments   = ""
end