Skip to content

Instantly share code, notes, and snippets.

@0x646e78
Created August 2, 2016 11:20
Show Gist options
  • Save 0x646e78/c3e9df00fd32cb664264a3c6fa9d4fe9 to your computer and use it in GitHub Desktop.
Save 0x646e78/c3e9df00fd32cb664264a3c6fa9d4fe9 to your computer and use it in GitHub Desktop.
Dockerfile for scantastic
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