ruby-nmap
ruby-nmap copied to clipboard
Refactor `Nmap::Scripts` into a `Nmap::XML::Script` class
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.