- fixe of endless loop in Nmap.Process. Fix provided by rcarrillo, many thanks!
0.6.3
0.6.2
- bulk fix for issues 37, 41, 42, 43, 44, 46 - added cpe_list method - added elasticsearch example code v0.6.1, 29/06/2014 -- Added full support for python 3.X - python now supports python 2.6, 2.7, 3.3, 3.4
0.5.1
- interface similar to python-cpe for more advanced usage of CPE, I strongly recommend you to use python-cpe. Nice code, good doc.
0.5.0
- removed Threads to read stdout/stderr - replaced by Process - use of semaphore to not consume CPU while looping - added NmapTask class - added NmapProcess.current_task - added NmapProcess.tasks list - fixed bug in NmapProcess.state - note NmapProcess.is_alive() is not recommended