Package: python-libnmap Owner: "Samuel Henrique" <[email protected]> Severity: wishlist User: [email protected] Usertags: gsoc2018-portkalipackages
* Package name : python-libnmap Upstream Author : Ronald Bister <[email protected]> * URL : https://pypi.org/project/python-libnmap/ <https://github.com/ztgrace/changeme> <https://psypanda.github.io/hashID/> * License : Creative Common "Attribution" license (CC-BY) v3 Programming Lang: Python Description : Library enabling Python developers to manipulate nmap process and data: * automate or schedule nmap scans on a regular basis * manipulate nmap scans results to do reporting * compare and diff nmap scans to generate graphs * batch process scan reports * ... The lib currently offers the following modules: * process: enables you to launch nmap scans * parse: enables you to parse nmap reports or scan results (only XML so far) from a file, a string,… * report: enables you to manipulate a parsed scan result and de/serialize scan results in a json format * diff: enables you to see what changed between two scans * common: contains basic nmap objects like NmapHost and NmapService. It is to note that each object can be “diff()ed” with another similar object. * plugins: enables you to support datastores for your scan results directly in the “NmapReport” object. from report module: * mongodb: insert/get/getAll/delete * sqlalchemy: insert/get/getAll/delete I intend to maintain this package under the DPMT team. This package is a dependency of changeme (#898680). -- Samuel Henrique <samueloph>

