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

Add missing specs for Service

Open postmodern opened this issue 12 years ago • 0 comments

The following methods do not have specs:

  • #ssl? (requires //service[@tunnel="ssl"])
  • #protocol (requires //service[@proto])
  • #extra_info (requires //service[@extrainfo])
  • #hostname (requires //service[@hostname])
  • #os_type (requires //service[@ostype])
  • #device_type (requires //service[@devicetype])
  • #fingerprint (requires //service[@servicefp])

Not all of the required data is present in the current spec/scan.xml. We may have to scan a more rich server; maybe snorby.org?

postmodern avatar Jul 22 '13 02:07 postmodern