python-libnmap icon indicating copy to clipboard operation
python-libnmap copied to clipboard

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.

Results 32 python-libnmap issues
Sort by recently updated
recently updated
newest added

Would like to know if there is any plan on fixing CVE-2022-30284 in python-libnmap pack 0.7.2 for Python ? This library is part of scheduled network scan in my org...

When can we expect the current master to be released on PyPI? #120 (and #129 which fixes the same problem again) are not there yet and therefore it's still not...

When running nmap with either `sudo_run` or `sudo_run_background` without passwordless sudo, the command will hang waiting for input. In the case where passwordless setup is required and mistakenly not set...

At the moment `` xml tag is not handled as part of the parser. in the [nmap dtd](https://nmap.org/book/nmap-dtd.html) the hosthint elements are defined as: ```xml ``` An example of an...

Hello, please consider this PR. The changes adds hostname type="user" from the report to NmapHost.host_extra under "user_target_hostname" key. Such value is important when working with NSE plugins dealing with web...

When parsing Nmap XML files with service detection I ran into an interesting scenario: Let's assume I have the following script output in a file: `CerberusFTPServer/11.0` This will result in...

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...

It would be great if the parser could detect if the XML is incomplete and add the closing tag itself.

If you call nmapprocess.stop() on a sudo started process it will throw the following exception: OSError: [Errno 1] Operation not permitted Should maybe use something like os.system("sudo kill -15 {0}".format(self.__nmap_proc.pid))...

v0.7.3

The code uses defaults which are `int`s (0 or 100), but the values retrieved from the XML are strings. I think it would be more useful to return the value...

v0.7.3