Python-libnmap

Latest version: v0.7.3

Safety actively analyzes 630026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.4.5

Added

- Added "incomplete" argument in NmapReport.parse() in order to enable parsing of incomplete or interrupted nmap scans. Could be useful to use with a background scan to parse incomplete data blocks from callback function (thanks Sibwara for the idea).
- Added NmapReport.endtimestr
- Added and tested cElementTree support (performance)

Fixed

- Fixed bug when NmapReport.summary is empty

0.4.4

Added
- Added support for tunnel attribute from <service> tag
- Added support for servicefp (service fingerprint) in attributes from <port><service> tag
- Added support for reasons attributes from <port> tag
- Added support for extraports/extrareasons tags

Fixed

- corrected bug in serialization: missing extra data (pull request from DougRoyal)

0.4.3

Changed

- API change for NmapService.scripts_results:
- NmapHost.address property returns the IPv4 or IPv6 or MAC in that preference order. Use specific calls for determinists results
- NmapService.scripts_results is now a property
- NmapService.scripts_results return an array of scripts results

Added

- Added new properties in hosts object API:
- NmapHost.ipv4
- NmapHost.ipv6
- NmapHost.mac

Fixed

- Fix issue14: better scripts parsing
- Fix issue9 address field not correcly parsed: MAC Address would erase an ipv4 address type.
- Fix API issue10: os_ports_used

0.4.2

Fixed

- Fixed issue8: There is no guarantee that "finished" or "runstats" will be received by event parser of process.py.
- Summary functions are now flagged as deprecated. To use data from scan summary of numbers of hosts up, the user of the lib will have to use NmapParser.parse() and the appropriate accessors.

0.4.1

Fixed

- Fixed issue6: Infinite loop while launching several nmap scans in background

0.4.0

Not secure
Added

- Added stop() to terminate nmap scan running in background

Fixed

- Bug corrected in missing data from nmap scan output

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.