Contributors & Alpha Versions

+ Added Lee Christensen to contributors list
+ Updated Main install script to reflect Alpha version and latest ELK version (6.1.3)
keyword-vs-text-changes
Roberto Rodriguez 2018-01-31 18:36:46 -05:00
parent 6928f74242
commit 191275ef18
3 changed files with 7 additions and 6 deletions

View File

@ -59,8 +59,8 @@ sudo ./helk_install.sh
** HELK - M E N U **
** **
** Author: Roberto Rodriguez (@Cyb3rWard0g) **
** HELK build version: 0.9 (BETA) **
** HELK ELK version: 6.x **
** HELK build version: 0.9 (Alpha) **
** HELK ELK version: 6.1.3 **
** License: BSD 3-Clause **
**********************************************
@ -172,6 +172,7 @@ sudo docker logs helk
* Nate Guagenti [@neu5ron](https://twitter.com/neu5ron)
* Jordan Potti [@ok_bye_now](https://twitter.com/ok_bye_now)
* esebese [esebese](https://github.com/esebese)
* Lee Christensen [@tifkin_](https://twitter.com/tifkin_)
# Contributing
There are a few things that I would like to accomplish with the HELK as shown in the To-Do list below. I would love to make the HELK a stable build for everyone in the community. If you are interested on making this build a more robust one and adding some cool features to it, PLEASE feel free to submit a pull request. #SharingIsCaring

View File

@ -83,8 +83,8 @@ show_menus() {
echo "** HELK - M E N U **"
echo "** **"
echo "** Author: Roberto Rodriguez (@Cyb3rWard0g) **"
echo "** HELK build version: 0.9 (BETA) **"
echo "** HELK ELK version: 6.x **"
echo "** HELK build version: 0.9 (Alpha) **"
echo "** HELK ELK version: 6.1.3 **"
echo "** License: BSD 3-Clause **"
echo "**********************************************"
echo " "

View File

@ -2,8 +2,8 @@
# HELK script: helk_debian_deb_install.sh (Deprecated soon..)
# HELK script description: Install all the needed components of the HELK for Devian-based systems
# HELK build version: 0.9 (BETA)
# HELK ELK version: 6.x
# HELK build version: 0.9 (Alpha)
# HELK ELK version: 6.1.3
# Author: Roberto Rodriguez (@Cyb3rWard0g)
# License: BSD 3-Clause