Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Add nmap script engine - #6

Merged
MartinLang1 merged 2 commits into
developfrom
feature/add-nmap-script-engine
Oct 11, 2018
Merged

Add nmap script engine#6
MartinLang1 merged 2 commits into
developfrom
feature/add-nmap-script-engine

Conversation

@MartinLang1

Copy link
Copy Markdown
Contributor

To support the nmap parameter --script the docker container needs to install nmap-scripts

Comment thread Dockerfile Outdated
FROM node:10-alpine

RUN apk update && apk upgrade && apk add nmap
RUN apk update && apk upgrade && apk add nmap && apk add nmap-scripts

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just apk add nmap nmap-scripts should also work

@MartinLang1
MartinLang1 merged commit d460bf8 into develop Oct 11, 2018
@MartinLang1
MartinLang1 deleted the feature/add-nmap-script-engine branch October 11, 2018 08:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants