Does nmap::parser library handle the "reason" and "reson_ttl" field in an nmap xml output file?
I noticed in the new version of nmap I just downloaded - 4.68 - when a port reports that it is filtered, there is now a reason (admin-prohibited, no-response, etc). (Don't know when this was added or if it's been there a long time but I think it is very valuable for my clients) Is there a way to easly parse this element using the nmap::parser module? I can't figure out how to get this data into my db...