Forgot to save -.- Re-commit of last commit.
This commit is contained in:
5
.github/ISSUE_TEMPLATE.md
vendored
5
.github/ISSUE_TEMPLATE.md
vendored
@@ -16,13 +16,8 @@ Please do your best to provide as much information as possible. It will help sub
|
||||
4. Retrieve your server-side logs from `~/.beef/beef.log`
|
||||
5. **If using `beef-xss`:** Retrieve your service logs using `journalctl -u beef-xss`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Thank you, this will greatly aid us in identifying the root cause of your issue :)
|
||||
|
||||
|
||||
**If we request additional information and we don't hear back from you within a week, we will be closing the ticket off.**
|
||||
Feel free to open it back up if you continue to have issues.
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
beef:
|
||||
version: '0.5.0.0-alpha-pre'
|
||||
# More verbose messages (server-side)
|
||||
debug: true
|
||||
debug: false
|
||||
# More verbose messages (client-side)
|
||||
client_debug: true
|
||||
client_debug: false
|
||||
# Used for generating secure tokens
|
||||
crypto_default_value_length: 80
|
||||
|
||||
@@ -18,7 +18,7 @@ beef:
|
||||
# Used by both the RESTful API and the Admin interface
|
||||
credentials:
|
||||
user: "beef"
|
||||
passwd: "beef1"
|
||||
passwd: "beef"
|
||||
|
||||
# Interface / IP restrictions
|
||||
restrictions:
|
||||
|
||||
Reference in New Issue
Block a user