From de144a0e453fe5faafab1652d138f759423a4c87 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 24 Sep 2017 15:15:55 +1000 Subject: [PATCH] Move credentials to top of config.yaml file --- config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 1d112a7c3..fc6ae1dd0 100644 --- a/config.yaml +++ b/config.yaml @@ -14,6 +14,12 @@ beef: # Used for generating secure tokens crypto_default_value_length: 80 + # Credentials to authenticate in BeEF. + # Used by both the RESTful API and the Admin interface + credentials: + user: "beef" + passwd: "beef" + # Interface / IP restrictions restrictions: # subnet of IP addresses that can hook to the framework @@ -109,12 +115,6 @@ beef: db_passwd: "beef" db_encoding: "UTF-8" - # Credentials to authenticate in BeEF. - # Used by both the RESTful API and the Admin_UI extension - credentials: - user: "beef" - passwd: "beef" - # Autorun Rule Engine autorun: # this is used when rule chain_mode type is nested-forward, needed as command results are checked via setInterval