/scanner-infrastructure-nmap

This repository contains a self contained µService utilizing the NMAP Networkscanner for the secureCodeBox project.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Build Status License Known Vulnerabilities GitHub release

About

This repository contains a self contained µService utilizing the NMAP Networkscanner for the secureCodeBox project.

Further Documentation:

Configuration Options

To configure this service specify the following environment variables:

Environment Variable Value Example
ENGINE_ADDRESS http://engine
ENGINE_BASIC_AUTH_USER username
ENGINE_BASIC_AUTH_PASSWORD 123456

Development

Local setup

  1. Clone the repository
  2. Install the dependencies npm install
  3. Run localy npm start

Test

To run the testsuite run:

npm test

Build with docker

To build the docker container run: docker build -t CONTAINER_NAME:LABEL .