From 4e0a2bb46558a86ad11810aa1cf2957f51041955 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 8 Apr 2020 20:26:15 -0700 Subject: [PATCH] moving these back to defaults --- .gitignore | 3 --- config.yaml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8cfdbfb00..43485ea7d 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,3 @@ node_modules/ # Generated files out/ doc/rdoc/ - -# User-specific files -config.yaml diff --git a/config.yaml b/config.yaml index 5b8ad8617..d4d93e81b 100644 --- a/config.yaml +++ b/config.yaml @@ -69,13 +69,13 @@ beef: # Prefer WebSockets over XHR-polling when possible. websocket: - enable: true + enable: false port: 61985 # WS: good success rate through proxies # Use encrypted 'WebSocketSecure' # NOTE: works only on HTTPS domains and with HTTPS support enabled in BeEF secure: true secure_port: 61986 # WSSecure - ws_poll_timeout: 60000 # poll BeEF every 60 second + ws_poll_timeout: 5000 # poll BeEF every x second, this affects how often the browser can have a command execute on it ws_connect_timeout: 500 # useful to help fingerprinting finish before establishing the WS channel # Imitate a specified web server (default root page, 404 default error page, 'Server' HTTP response header)