Created
August 2, 2016 11:20
-
-
Save 0x646e78/c3e9df00fd32cb664264a3c6fa9d4fe9 to your computer and use it in GitHub Desktop.
Dockerfile for scantastic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM sebp/elk:latest | |
MAINTAINER auraltension "[email protected]" | |
RUN apt-get update | |
RUN apt-get install -y git nmap masscan python-pip | |
RUN pip install requests elasticsearch xmltodict numpy | |
RUN git clone https://github.com/maK-/scantastic-tool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment