Move credentials to top of config.yaml file
This commit is contained in:
12
config.yaml
12
config.yaml
@@ -14,6 +14,12 @@ beef:
|
|||||||
# Used for generating secure tokens
|
# Used for generating secure tokens
|
||||||
crypto_default_value_length: 80
|
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
|
# Interface / IP restrictions
|
||||||
restrictions:
|
restrictions:
|
||||||
# subnet of IP addresses that can hook to the framework
|
# subnet of IP addresses that can hook to the framework
|
||||||
@@ -109,12 +115,6 @@ beef:
|
|||||||
db_passwd: "beef"
|
db_passwd: "beef"
|
||||||
db_encoding: "UTF-8"
|
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 Rule Engine
|
||||||
autorun:
|
autorun:
|
||||||
# this is used when rule chain_mode type is nested-forward, needed as command results are checked via setInterval
|
# this is used when rule chain_mode type is nested-forward, needed as command results are checked via setInterval
|
||||||
|
|||||||
Reference in New Issue
Block a user