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

Refactor `Nmap::Scripts` into a `Nmap::XML::Script` class

Open postmodern opened this issue 3 years ago • 0 comments

Replace the Nmap::Scripts module with a Nmap::XML::Script class that wraps around the script element. It must provide access to the output attribute as a String, and the child elements as structured data.

postmodern avatar Apr 22 '22 22:04 postmodern