ruby-nmap icon indicating copy to clipboard operation
ruby-nmap copied to clipboard

Add missing specs for Host

Open postmodern opened this issue 12 years ago • 0 comments

The following methods are missing specs:

  • #mac (requires //host/address[@addrtype='mac'])
  • #ipv6 (requires //host/address[@addrtype='ipv6'])
  • #each (just calls each_open_port)
  • #scripts (requires //host/hostscript/script`)
  • #traceroute (requires //host/trace)

postmodern avatar Jul 22 '13 02:07 postmodern