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