C++ xml parser for nmap output

2019-05-23 19:59发布

问题:

I'm new to nmap. I saw in nmap tutorial (https://nmap.org/book/man-output.html) that -oX option can be used to get nmap output in xml format. I want to know if any xml parser written in c++ is available to parse nmap xml output file.

标签: c++ nmap