diff --git a/config.yaml b/config.yaml index 8cb8c95e2..89b5bade7 100644 --- a/config.yaml +++ b/config.yaml @@ -41,8 +41,8 @@ beef: # Prefer WebSockets over XHR-polling when possible. websocket: - enable: true - secure: true # use WebSocketSecure work only on https domain and whit https support enabled in BeEF + enable: false + secure: false # use WebSocketSecure work only on https domain and whit https support enabled in BeEF port: 61985 # good success rate through proxies secure_port: 61986 #to accept wss connection alive_timer: 1000 # poll BeEF every second @@ -54,7 +54,7 @@ beef: # Experimental HTTPS support for the hook / admin / all other Thin managed web services https: - enable: true + enable: false # In production environments, be sure to use a valid certificate signed for the value # used in beef.http.dns (the domain name of the server where you run BeEF) key: "beef_key.pem"