[ buster ]
[ 源代码: python-libnmap ]
软件包:python-libnmap(0.7.0-1)
python-libnmap 的相关链接
Debian 的资源:
下载源码包 python-libnmap:
- [python-libnmap_0.7.0-1.dsc]
- [python-libnmap_0.7.0.orig.tar.gz]
- [python-libnmap_0.7.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
Python 2 NMAP library
This package contains a Python 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 * aws s3: insert/get/getAll/delete (not supported for Python3 since boto is not supporting py3)
This package installs the library for Python 2.
其他与 python-libnmap 有关的软件包
|
|
|
|
-
- sug: python-boto3
- Python interface to Amazon's Web Services - Python 2.x
-
- sug: python-libnmap-doc
- Python NMAP Library (common documentation)
-
- sug: python-pymongo
- Python interface to the MongoDB document-oriented database
-
- sug: python-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python