Skip to main content

Python NMAP library enabling you to start async nmap tasks, parse and compare/diff scan results

Project description

Code status

Build Status

Use cases

libnmap is a python library enabling python developpers to manipulate nmap process and data.

libnmap is what you were looking for if you need to implement the following:

  • automate or schedule nmap scans on a regular basis

  • manipulate nmap scans results to do reporting for instance

  • compare and diff nmap scans to generate graphs for instance

  • batch process scan reports

The above uses cases will be easy to implement with the help of the libnmap modules.

libnmap modules

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

  • csv: todo (easy to implement)

  • elastic search: todo

Documentation

All the documentation is available on read the docs. This documentation contains small code samples that you directly reuse.

Dependencies

libnmap has by default no dependencies.

The only additional python modules you’ll have to install depends if you wish to use libnmap to store reports on an exotic data store via libnmap’s independents plugins.

Below the list of optional dependencies:

Install

You can install libnmap via pip:

pip install libnmap

or via git:

$ git clone https://github.com/savon-noir/python-libnmap.git
$ cd python-libnmap
$ python setup.py install

Examples

Some codes samples are available in the examples directory or in the documentation.

Contributors

Mike @bmx0r Boutillier for S3 and SQL-Alechemy plugins and for the constructive critics. Thanks!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-libnmap-0.4.0.tar.gz (26.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python-libnmap-0.4.0.linux-x86_64.exe (92.4 kB view details)

Uploaded Source

File details

Details for the file python-libnmap-0.4.0.tar.gz.

File metadata

File hashes

Hashes for python-libnmap-0.4.0.tar.gz
Algorithm Hash digest
SHA256 4a2631fae5aecc1190828295b4f97880ea81486452ae53577fb0fef0e0a134db
MD5 a9c4fcc0faa0d38e078794c6e24cc416
BLAKE2b-256 99cfe9c5e2ab7452dffe3714568e151571ec5a460906c26f77eb154a831af9f4

See more details on using hashes here.

File details

Details for the file python-libnmap-0.4.0.linux-x86_64.exe.

File metadata

File hashes

Hashes for python-libnmap-0.4.0.linux-x86_64.exe
Algorithm Hash digest
SHA256 57eb6f8b59ae622934655ad243624458cce0f857783d83a64cf2ec462217f7d8
MD5 ce4ebe884444ed6033d61e5dd572c8e2
BLAKE2b-256 671dea7bd65b208f444b305acfc13e4855a2cf2f711347b9f6fec306b9250039

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page