Merge pull request #1845 from beefproject/fix_broken_admin_ui_access

Fix broken admin ui access
This commit is contained in:
jcrew99
2020-01-13 13:08:24 +10:00
committed by GitHub
7 changed files with 192 additions and 65 deletions

View File

@@ -51,6 +51,9 @@ beef:
# Reverse Proxy / NAT
# If you want BeEF to be accessible behind a reverse proxy or NAT,
# set both the publicly accessible hostname/IP address and port below:
# NOTE: Allowing the reverse proxy will enable a vulnerability where the ui/panel can be spoofed
# by altering the X-FORWARDED-FOR ip address in the request header.
allow_reverse_proxy: false
#public: "" # public hostname/IP address
#public_port: "" # public port (experimental)