Sign inSign up

cooperlees/nmapscanner

By cooperlees

Updated about 1 month ago

Python wrapper to nmap that writes results into a data store (JSON files, influxdb or mariadb)

Image
Security
0

1.4K

cooperlees/nmapscanner repository overview

nmapscanner

Wrap NMAP and scan port dumping data to arbitrary data stores.

Usage

This tool is to run from a scanning host and scan hosts you define on via the CLI. For example, to scan a host and write out JSON files with the results (default)

  • [sudo] nmapscanner [--debug] [--no-udp] --output-dir /tmp/nmapscanner_output_testing HOST_IP [HOST_IP2 ...]
    • We don't support hostnames, and only IP addresses so we are more explicit here

We also support:

  • influxdb (incomplete support)
  • mariadb

These could be coupled with Grafana to visualize the results.

Visit GitHub for more information: https://github.com/cooperlees/nmapscanner

Tag summary

Content type

Image

Digest

sha256:c3e29ec4a

Size

149.9 MB

Last updated

about 1 month ago

docker pull cooperlees/nmapscanner