From 09cc1ee50dcdc97b7bdbc357693b741d364e31e8 Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Mon, 6 Jul 2020 11:53:35 +1000 Subject: [PATCH] Forgot to save -.- Re-commit of last commit. --- .github/ISSUE_TEMPLATE.md | 5 ----- config.yaml | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b2f7e7b3a..7a12490d2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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. diff --git a/config.yaml b/config.yaml index 80e703b8f..d4d93e81b 100644 --- a/config.yaml +++ b/config.yaml @@ -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: