savon-noir / python-libnmap

libnmap is a python library to run nmap scans, parse and diff scan results. It supports python 2.7 up to 3.8. It's wonderful.
https://libnmap.readthedocs.org
Other
487 stars 182 forks source link

semi-autodetection on parse incomplete #122

Open kilimnik opened 3 years ago

kilimnik commented 3 years ago

This is about the issue #121. I think this is a great addition to this library. Sometimes you are not sure if the nmap process ha already finished so you can pass the incomplete parameter and the library will decide if a closing tag is necessary or not.