Added additional steps to retrieve debugging output as per BColes advice

This commit is contained in:
Jack Walker
2020-07-06 11:51:46 +10:00
parent c86bde43d6
commit 46ef842bcf
2 changed files with 18 additions and 4 deletions

View File

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