Method: Nmap::XML#postscript
- Defined in:
- lib/nmap/xml.rb
permalink #postscript ⇒ Postscript
The NSE scripts ran after the scan.
282 283 284 285 286 |
# File 'lib/nmap/xml.rb', line 282 def postscript @postscript ||= if (postscript = @doc.at('postscript')) Postscript.new(postscript) end end |