Skip to content

Commit

Permalink
Updated Jupyter Password Strings
Browse files Browse the repository at this point in the history
Password in the output message after starting HELK was wrong. it had an exta chaacter.
  • Loading branch information
Cyb3rWard0g committed Aug 4, 2018
1 parent 634e24e commit 32236b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/helk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ show_final_information(){
echo "HELK KIBANA USER: helk"
echo "HELK KIBANA PASSWORD: hunting"
echo "HELK JUPYTERHUB URL: http://${host_ip}/jupyter"
echo "HELK JUPYTERHUB USER:PWD : hunter1:hunter1@P@ssw0rd!"
echo "HELK JUPYTERHUB USER:PWD : hunter2:hunter2@P@ssw0rd!"
echo "HELK JUPYTERHUB USER:PWD : hunter1:hunter1P@ssw0rd!"
echo "HELK JUPYTERHUB USER:PWD : hunter2:hunter2P@ssw0rd!"
echo "HELK SPARK MASTER UI: http://${host_ip}:8080"
echo " "
echo "IT IS HUNTING SEASON!!!!!"
Expand Down

0 comments on commit 32236b7

Please sign in to comment.