Move credentials to top of config.yaml file

This commit is contained in:
Brendan Coles
2017-09-24 15:15:55 +10:00
committed by GitHub
parent 82172351e1
commit de144a0e45

View File

@@ -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