mirror of https://github.com/infosecn1nja/HELK.git
11 lines
378 B
Docker
11 lines
378 B
Docker
# HELK script: HELK Kibana Dockerfile
|
|
# HELK build Stage: Alpha
|
|
# Author: Roberto Rodriguez (@Cyb3rWard0g)
|
|
# License: GPL-3.0
|
|
|
|
# References:
|
|
# https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html
|
|
|
|
FROM docker.elastic.co/kibana/kibana:7.0.1
|
|
LABEL maintainer="Roberto Rodriguez @Cyb3rWard0g"
|
|
LABEL description="Dockerfile base for the HELK Kibana." |