[ 原始碼: python-libnmap ]
套件:python3-libnmap(0.7.3-1)
python3-libnmap 的相關連結
Debian 的資源:
下載原始碼套件 python-libnmap:
- [python-libnmap_0.7.3-1.dsc]
- [python-libnmap_0.7.3.orig.tar.gz]
- [python-libnmap_0.7.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Python 3 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 3.
其他與 python3-libnmap 有關的套件
|
|
|
|
-
- dep: nmap
- The Network Mapper
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-libnmap-doc
- Python NMAP Library (common documentation)
-
- sug: python3-boto3
- Python interface to Amazon's Web Services - Python 3.x
-
- sug: python3-pymongo
- Python3 interface to the MongoDB document-oriented database
-
- sug: python3-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python 3