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
#!/bin/bash | |
# HELK Installation Script (Elasticsearch, Logstash, Kibana & Nginx) | |
# HELK build version: 0.9 (BETA Script) | |
# Author: Roberto Rodriguez @Cyb3rWard0g | |
# Description: This script installs every single component of the ELK Stack plus Nginx | |
# Blog: https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html | |
# Fork version: 0.1 | |
# Fork Author: Ryan Watson @gentlemanwatson |