From 46ef842bcf3d48974556b93f5480c0955b979d12 Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Mon, 6 Jul 2020 11:51:46 +1000 Subject: [PATCH] Added additional steps to retrieve debugging output as per BColes advice --- .github/ISSUE_TEMPLATE.md | 16 +++++++++++++++- config.yaml | 6 +++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a43234d2f..b2f7e7b3a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,7 +7,21 @@ Verify first that your issue/request has not been posted previously: Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.5.0.0). -Please do your best to provide as much information as possible. It greatly aids us in identifying the root cause of your issue :) +Please do your best to provide as much information as possible. It will help substantially if you can enable and provide debugging logs with your issue. Instructions for enabling debugging logs are below: + +1. In the `config.yaml` file of your BeEF root folder set debug and client_debug (lines 11 & 13 respectively) to `true` + * If using a standard installation of `beef-xss` the root folder will typicaly be `/usr/share/beef-xss` +2. Reproduce your error +3. Retrieve your client-side logs from your browser's developer console (Ctrl + Shift + I) +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 d4d93e81b..80e703b8f 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: false + debug: true # More verbose messages (client-side) - client_debug: false + client_debug: true # 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: "beef" + passwd: "beef1" # Interface / IP restrictions restrictions: