From ca8f5d37e1501d0cb9cba3f4eb6a78fd87010bfa Mon Sep 17 00:00:00 2001 From: Finn Herzfeld Date: Tue, 6 Aug 2013 17:03:17 -0700 Subject: [PATCH 1/2] Corrected minor typo --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 2c2304b5d..adc8e98dc 100644 --- a/config.yaml +++ b/config.yaml @@ -44,7 +44,7 @@ beef: # Prefer WebSockets over XHR-polling when possible. websocket: enable: false - secure: true # use WebSocketSecure work only on https domain and whit https support enabled in BeEF + secure: true # use WebSocketSecure work only on https domain and with https support enabled in BeEF port: 61985 # WS: good success rate through proxies secure_port: 61986 # WSSecure ws_poll_timeout: 1000 # poll BeEF every second From 173178e1d6283247b38f0d9860d125233b9a0410 Mon Sep 17 00:00:00 2001 From: Finn Herzfeld Date: Sun, 11 Aug 2013 00:07:59 -0700 Subject: [PATCH 2/2] Updated text as requested by bcoles --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index adc8e98dc..490ebe0de 100644 --- a/config.yaml +++ b/config.yaml @@ -44,7 +44,7 @@ beef: # Prefer WebSockets over XHR-polling when possible. websocket: enable: false - secure: true # use WebSocketSecure work only on https domain and with https support enabled in BeEF + secure: true # use 'WebSocketSecure' works only on HTTPS domains and with HTTPS support enabled in BeEF port: 61985 # WS: good success rate through proxies secure_port: 61986 # WSSecure ws_poll_timeout: 1000 # poll BeEF every second